[gxine/el6] Also commit missing patch...

Martin Sourada mso at fedoraproject.org
Fri Mar 2 18:50:08 UTC 2012


commit f74d0c261bc8812107ea14f2a7f7e4a625af2176
Author: Martin Sourada <mso at fedoraproject.org>
Date:   Fri Mar 2 19:48:20 2012 +0100

    Also commit missing patch...

 gxine-0.5.902-non-separate-toolbar.patch |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/gxine-0.5.902-non-separate-toolbar.patch b/gxine-0.5.902-non-separate-toolbar.patch
new file mode 100644
index 0000000..33e2426
--- /dev/null
+++ b/gxine-0.5.902-non-separate-toolbar.patch
@@ -0,0 +1,16 @@
+diff -up gxine-0.5.902/src/ui.c.non-separate-toolbar gxine-0.5.902/src/ui.c
+--- gxine-0.5.902/src/ui.c.non-separate-toolbar	2008-02-25 18:14:46.000000000 +0100
++++ gxine-0.5.902/src/ui.c	2008-04-22 22:57:14.000000000 +0200
+@@ -838,10 +838,10 @@ void ui_preferences_register (xine_t *th
+      NULL, 0, NULL, NULL);
+ 
+   xine_config_register_bool
+-    (this, "gui.windowed_mode.separate_toolbar", CONFIG_VERSION_ATLEAST (0, 6, 0),
++    (this, "gui.windowed_mode.separate_toolbar", 0,
+      _("In windowed mode, whether the toolbar is in a separate window"), NULL,
+      0, NULL, NULL);
+-  config_update_default ("gui.windowed_mode.separate_toolbar", 1);
++  config_update_default ("gui.windowed_mode.separate_toolbar", 0);
+ 
+   xine_config_register_bool
+     (this, "gui.windowed_mode.unblank", CONFIG_VERSION_ATLEAST (0, 6, 0),


More information about the scm-commits mailing list