Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
0f0ecaa9
Commit
0f0ecaa9
authored
Nov 25, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./modules/gui/gtk/open.c: made the HTTP text bar more consistent, thanks
to Pierre Baillet (Closes: #11).
parent
1187cda5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
modules/gui/gtk/open.c
modules/gui/gtk/open.c
+7
-3
No files found.
modules/gui/gtk/open.c
View file @
0f0ecaa9
...
...
@@ -2,7 +2,7 @@
* gtk_open.c : functions to handle file/disc/network open widgets.
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* $Id: open.c,v 1.
3 2002/09/30 11:05:39
sam Exp $
* $Id: open.c,v 1.
4 2002/11/25 12:19:04
sam Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Stphane Borel <stef@via.ecp.fr>
...
...
@@ -274,8 +274,8 @@ static void GtkNetworkOpenChanged( GtkWidget *button, gpointer user_data )
}
else
if
(
SELECTED
(
"network_http"
)
)
{
g_string_
sprintfa
(
p_target
,
"http://%s"
,
gtk_entry_get_text
(
GTK_ENTRY
(
lookup_widget
(
g_string_
assign
(
p_target
,
gtk_entry_get_text
(
GTK_ENTRY
(
lookup_widget
(
GTK_WIDGET
(
button
),
"network_http_url"
)
)
)
);
}
...
...
@@ -462,6 +462,10 @@ static void GtkOpenShow( intf_thread_t *p_intf, int i_page )
free
(
psz_var
);
}
gtk_entry_set_text
(
GTK_ENTRY
(
gtk_object_get_data
(
GTK_OBJECT
(
p_intf
->
p_sys
->
p_open
),
"network_http_url"
)
),
"http://"
);
gtk_spin_button_set_value
(
GTK_SPIN_BUTTON
(
gtk_object_get_data
(
GTK_OBJECT
(
p_intf
->
p_sys
->
p_open
),
"network_channel_port"
)
),
config_GetInt
(
p_intf
,
"channel-port"
)
);
...
...
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