Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
789feab9
Commit
789feab9
authored
Oct 30, 2001
by
Cyril Deguet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Enabled http button in gtk/gnome interface
- Fixed a polioterie from previous commit
parent
e5b4af91
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
4 deletions
+0
-4
plugins/gtk/gnome_interface.c
plugins/gtk/gnome_interface.c
+0
-1
plugins/gtk/gtk_interface.c
plugins/gtk/gtk_interface.c
+0
-1
plugins/gtk/intf_gnome.glade
plugins/gtk/intf_gnome.glade
+0
-1
plugins/gtk/intf_gtk.glade
plugins/gtk/intf_gtk.glade
+0
-1
No files found.
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