]> git.pld-linux.org Git - packages/sound-juicer.git/commitdiff
- fix build with new GTK (https://bugzilla.gnome.org/show_bug.cgi?id=630868)
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 13 Apr 2011 11:30:21 +0000 (11:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sound-juicer-gtk.patch -> 1.1

sound-juicer-gtk.patch [new file with mode: 0644]

diff --git a/sound-juicer-gtk.patch b/sound-juicer-gtk.patch
new file mode 100644 (file)
index 0000000..1f672c4
--- /dev/null
@@ -0,0 +1,12 @@
+diff -up sound-juicer-2.32.0/src/sj-main.c.gtk-build sound-juicer-2.32.0/src/sj-main.c
+--- sound-juicer-2.32.0/src/sj-main.c.gtk-build        2010-09-28 21:29:27.603472020 -0400
++++ sound-juicer-2.32.0/src/sj-main.c  2010-09-28 21:28:16.154471988 -0400
+@@ -113,7 +113,7 @@ sj_stock_init (void)
+   static const GtkStockItem sj_stock_items[] =
+   {
+-    { SJ_STOCK_EXTRACT, N_("E_xtract"), GDK_CONTROL_MASK, GDK_Return, NULL }
++    { SJ_STOCK_EXTRACT, N_("E_xtract"), GDK_CONTROL_MASK, GDK_KEY_Return, NULL }
+   };
+   if (initialized)
This page took 0.08511 seconds and 4 git commands to generate.