
Untitled
By: a guest on
Mar 9th, 2013 | syntax:
None | size: 0.76 KB | hits: 96 | expires: Never
*** src/gnome-globalmenu-0.7.8/gtk-modules/globalmenu/dyn-patch-utils.c 2009-10-11 10:25:33.000000000 +1000
--- ../gnome-globalmenu-xfce4-patch/src/gnome-globalmenu-0.7.8/gtk-modules/globalmenu/dyn-patch-utils.c 2013-03-10 08:05:35.873380087 +1000
***************
*** 9,14 ****
--- 9,17 ----
extern GTimer * timer;
extern GHashTable * notifiers;
+ #pragma GCC diagnostic push
+ #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+
static GStaticRecMutex _menubar_mutex = G_STATIC_REC_MUTEX_INIT;
static gulong buffered_changes = 0;
***************
*** 250,254 ****
dyn_patch_queue_changed(menubar, widget);
}
}
!
!
--- 253,256 ----
dyn_patch_queue_changed(menubar, widget);
}
}
! #pragma GCC diagnostic pop