[awn-extras-applets/f12/master] - apply upstream fix for cairo-menu (Bz 601616)

leigh123linux leigh123linux at fedoraproject.org
Fri Sep 17 16:29:50 UTC 2010


commit 0ed1aa97f02cf7cc97abd4bd9db558250ab3403d
Author: leigh scott <leigh123linux at googlemail.com>
Date:   Fri Sep 17 17:29:42 2010 +0100

    - apply upstream fix for cairo-menu (Bz 601616)

 1286_1285.diff |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/1286_1285.diff b/1286_1285.diff
index 9da66f5..fb1c625 100644
--- a/1286_1285.diff
+++ b/1286_1285.diff
@@ -1,19 +1,12 @@
 === modified file 'applets/maintained/cairo-menu/cairo-menu-applet.c'
 --- applets/maintained/cairo-menu/cairo-menu-applet.c	2010-03-28 15:07:05 +0000
 +++ applets/maintained/cairo-menu/cairo-menu-applet.c	2010-04-14 14:29:04 +0000
-@@ -156,12 +156,11 @@
+@@ -156,7 +156,7 @@ cairo_menu_applet_constructed (GObject *
     TODO fix the various travesties*/
    GList * iter;
    GError * error = NULL;
 -  gchar * filename = APPLETSDIR"/../../../lib/awn/applets/cairo-menu/gnome-menu-builder";
-+  gchar * filename = LIBDIR"/awn/applets/cairo-menu/gnome-menu-builder";
++  gchar * filename = APPLETSDIR"/../../../lib64/awn/applets/cairo-menu/gnome-menu-builder";
    GModule      *module;
  
    G_OBJECT_CLASS (cairo_menu_applet_parent_class)->constructed (object);
--  module = g_module_open (filename, 
--                          G_MODULE_BIND_LAZY);  
-+  module = g_module_open (filename,G_MODULE_BIND_LAZY);  
-   g_assert (module);
-   if (!g_module_symbol (module, "menu_build", (gpointer *)&menu_build))
-   {
-


More information about the scm-commits mailing list