[MPlayer-cvslog] r38529 - trunk/gui/dialog/url.c
ib
subversion at mplayerhq.hu
Thu May 16 23:17:33 EEST 2024
Author: ib
Date: Thu May 16 23:17:33 2024
New Revision: 38529
Log:
Group statements that belong together.
This is purely cosmetic.
Modified:
trunk/gui/dialog/url.c
Modified: trunk/gui/dialog/url.c
==============================================================================
--- trunk/gui/dialog/url.c Thu May 16 23:16:22 2024 (r38528)
+++ trunk/gui/dialog/url.c Thu May 16 23:17:33 2024 (r38529)
@@ -121,9 +121,9 @@ static GtkWidget *CreateURLDialog(void)
gtkAddIcon(URLDialog);
vbox = gtkAddVBox(gtkAddDialogFrame(URLDialog), 0);
+
hbox = gtkAddHBox(vbox, 1);
gtkAddLabel("URL: ", hbox);
-
urlCombo = gtkAddCombo(hbox);
gtkAddHSeparator(vbox);
More information about the MPlayer-cvslog
mailing list