Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
789feab9
Commit
789feab9
authored
Oct 30, 2001
by
Cyril Deguet
Browse files
- Enabled http button in gtk/gnome interface
- Fixed a polioterie from previous commit
parent
e5b4af91
Changes
4
Hide whitespace changes
Inline
Side-by-side
plugins/gtk/gnome_interface.c
View file @
789feab9
...
...
@@ -1456,7 +1456,6 @@ create_intf_network (void)
(
GtkDestroyNotify
)
gtk_widget_unref
);
gtk_widget_show
(
network_http
);
gtk_box_pack_start
(
GTK_BOX
(
vbox6
),
network_http
,
FALSE
,
FALSE
,
0
);
gtk_widget_set_sensitive
(
network_http
,
FALSE
);
frame4
=
gtk_frame_new
(
_
(
"Server"
));
gtk_widget_ref
(
frame4
);
...
...
plugins/gtk/gtk_interface.c
View file @
789feab9
...
...
@@ -1679,7 +1679,6 @@ create_intf_network (void)
(
GtkDestroyNotify
)
gtk_widget_unref
);
gtk_widget_show
(
network_http
);
gtk_box_pack_start
(
GTK_BOX
(
vbox9
),
network_http
,
FALSE
,
FALSE
,
0
);
gtk_widget_set_sensitive
(
network_http
,
FALSE
);
frame5
=
gtk_frame_new
(
_
(
"Server"
));
gtk_widget_ref
(
frame5
);
...
...
plugins/gtk/intf_gnome.glade
View file @
789feab9
...
...
@@ -1915,7 +1915,6 @@ Henri Fallon <henri@via.ecp.fr>
<widget>
<class>
GtkRadioButton
</class>
<name>
network_http
</name>
<sensitive>
False
</sensitive>
<can_focus>
True
</can_focus>
<label>
HTTP
</label>
<active>
False
</active>
...
...
plugins/gtk/intf_gtk.glade
View file @
789feab9
...
...
@@ -1994,7 +1994,6 @@ Henri Fallon <henri@via.ecp.fr></label>
<widget>
<class>
GtkRadioButton
</class>
<name>
network_http
</name>
<sensitive>
False
</sensitive>
<can_focus>
True
</can_focus>
<label>
HTTP
</label>
<active>
False
</active>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment