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
c7893e95
Commit
c7893e95
authored
Jun 04, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Updated gnome files.
parent
568eb962
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
plugins/gtk/gnome_interface.c
plugins/gtk/gnome_interface.c
+10
-10
No files found.
plugins/gtk/gnome_interface.c
View file @
c7893e95
/* This file was created automatically by glade and fixed by fixfiles.sh */
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
#include <videolan/vlc.h>
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>
...
...
@@ -613,7 +617,6 @@ create_intf_window (void)
gtk_widget_show
(
button_title_prev
);
gtk_box_pack_start
(
GTK_BOX
(
title_chapter_box
),
button_title_prev
,
FALSE
,
FALSE
,
0
);
gtk_tooltips_set_tip
(
tooltips
,
button_title_prev
,
_
(
"Select previous title"
),
NULL
);
gtk_button_set_relief
(
GTK_BUTTON
(
button_title_prev
),
GTK_RELIEF_NONE
);
button_title_next
=
gnome_stock_button
(
GNOME_STOCK_BUTTON_NEXT
);
gtk_widget_ref
(
button_title_next
);
...
...
@@ -621,7 +624,6 @@ create_intf_window (void)
(
GtkDestroyNotify
)
gtk_widget_unref
);
gtk_widget_show
(
button_title_next
);
gtk_box_pack_start
(
GTK_BOX
(
title_chapter_box
),
button_title_next
,
FALSE
,
FALSE
,
0
);
gtk_button_set_relief
(
GTK_BUTTON
(
button_title_next
),
GTK_RELIEF_NONE
);
vseparator1
=
gtk_vseparator_new
();
gtk_widget_ref
(
vseparator1
);
...
...
@@ -658,7 +660,6 @@ create_intf_window (void)
gtk_widget_show
(
button_chapter_prev
);
gtk_box_pack_start
(
GTK_BOX
(
dvd_chapter_box
),
button_chapter_prev
,
FALSE
,
FALSE
,
0
);
gtk_tooltips_set_tip
(
tooltips
,
button_chapter_prev
,
_
(
"Select previous chapter"
),
NULL
);
gtk_button_set_relief
(
GTK_BUTTON
(
button_chapter_prev
),
GTK_RELIEF_NONE
);
button_chapter_next
=
gnome_stock_button
(
GNOME_STOCK_BUTTON_UP
);
gtk_widget_ref
(
button_chapter_next
);
...
...
@@ -667,7 +668,6 @@ create_intf_window (void)
gtk_widget_show
(
button_chapter_next
);
gtk_box_pack_start
(
GTK_BOX
(
dvd_chapter_box
),
button_chapter_next
,
FALSE
,
FALSE
,
0
);
gtk_tooltips_set_tip
(
tooltips
,
button_chapter_next
,
_
(
"Select next chapter"
),
NULL
);
gtk_button_set_relief
(
GTK_BUTTON
(
button_chapter_next
),
GTK_RELIEF_NONE
);
network_box
=
gtk_hbox_new
(
TRUE
,
0
);
gtk_widget_ref
(
network_box
);
...
...
@@ -1369,7 +1369,7 @@ create_intf_disc (void)
(
GtkDestroyNotify
)
gtk_widget_unref
);
gtk_widget_show
(
disc_name
);
gtk_box_pack_start
(
GTK_BOX
(
hbox1
),
disc_name
,
TRUE
,
TRUE
,
0
);
gtk_entry_set_text
(
GTK_ENTRY
(
disc_name
),
config_GetPszVariable
(
"dvd"
));
gtk_entry_set_text
(
GTK_ENTRY
(
disc_name
),
_
(
"/dev/dvd"
));
dialog_action_area4
=
GNOME_DIALOG
(
intf_disc
)
->
action_area
;
gtk_object_set_data
(
GTK_OBJECT
(
intf_disc
),
"dialog_action_area4"
,
dialog_action_area4
);
...
...
@@ -2320,7 +2320,7 @@ create_intf_open (void)
(
GtkDestroyNotify
)
gtk_widget_unref
);
gtk_widget_show
(
entry1
);
gtk_box_pack_start
(
GTK_BOX
(
hbox6
),
entry1
,
TRUE
,
TRUE
,
0
);
gtk_entry_set_text
(
GTK_ENTRY
(
entry1
),
config_GetPszVariable
(
"dvd"
));
gtk_entry_set_text
(
GTK_ENTRY
(
entry1
),
_
(
"/dev/dvd"
));
tab_disc
=
gtk_label_new
(
_
(
"Disc"
));
gtk_widget_ref
(
tab_disc
);
...
...
@@ -2700,7 +2700,7 @@ create_intf_sat (void)
(
GtkAttachOptions
)
(
0
),
0
,
0
);
gtk_misc_set_alignment
(
GTK_MISC
(
label30
),
0
,
0
.
5
);
sat_freq_adj
=
gtk_adjustment_new
(
config_GetIntVariable
(
"frequency"
)
,
10000
,
12999
,
1
,
10
,
10
);
sat_freq_adj
=
gtk_adjustment_new
(
11954
,
10000
,
12999
,
1
,
10
,
10
);
sat_freq
=
gtk_spin_button_new
(
GTK_ADJUSTMENT
(
sat_freq_adj
),
1
,
0
);
gtk_widget_ref
(
sat_freq
);
gtk_object_set_data_full
(
GTK_OBJECT
(
intf_sat
),
"sat_freq"
,
sat_freq
,
...
...
@@ -2751,7 +2751,7 @@ create_intf_sat (void)
(
GtkAttachOptions
)
(
0
),
0
,
0
);
gtk_misc_set_alignment
(
GTK_MISC
(
label33
),
0
,
0
.
5
);
sat_srate_adj
=
gtk_adjustment_new
(
config_GetIntVariable
(
"symbol-rate"
)
,
1000
,
30000
,
1
,
10
,
10
);
sat_srate_adj
=
gtk_adjustment_new
(
27500
,
1000
,
30000
,
1
,
10
,
10
);
sat_srate
=
gtk_spin_button_new
(
GTK_ADJUSTMENT
(
sat_srate_adj
),
1
,
0
);
gtk_widget_ref
(
sat_srate
);
gtk_object_set_data_full
(
GTK_OBJECT
(
intf_sat
),
"sat_srate"
,
sat_srate
,
...
...
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