summaryrefslogtreecommitdiff
path: root/multimedia/handbrake-gtk2/files/patch-gtk2_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/handbrake-gtk2/files/patch-gtk2_main.c')
-rw-r--r--multimedia/handbrake-gtk2/files/patch-gtk2_main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/handbrake-gtk2/files/patch-gtk2_main.c b/multimedia/handbrake-gtk2/files/patch-gtk2_main.c
new file mode 100644
index 000000000000..e093de43990f
--- /dev/null
+++ b/multimedia/handbrake-gtk2/files/patch-gtk2_main.c
@@ -0,0 +1,10 @@
+--- gtk2/main.c.orig Sat Nov 20 19:20:18 2004
++++ gtk2/main.c Sat Nov 20 19:21:02 2004
+@@ -85,6 +85,7 @@
+
+ /* build dvd list */
+ items = g_list_append (items, "" );
++ items = g_list_append (items, "/dev/%%DVD_DEVICE%%" );
+ items = g_list_append (items, "/dev/dvd" );
+ gtk_combo_set_popdown_strings( GTK_COMBO(lookup_widget( hb_win_main, "combo1") ), items );
+