View difference between Paste ID: LhEFPVUG and AP9EvhyD
SHOW: | | - or go back to the newest paste.
1-
*** gnome-globalmenu-xfce4/src/gnome-globalmenu-0.7.8/gtk-modules/globalmenu/dyn-patch-utils.c	2009-10-11 10:25:33.000000000 +1000
1+
*** src/gnome-globalmenu-0.7.8/gtk-modules/globalmenu/dyn-patch-utils.c	2009-10-11 10:25:33.000000000 +1000
2-
--- 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
2+
--- ../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
3
***************
4
*** 9,14 ****
5
--- 9,17 ----
6
  extern GTimer * timer;
7
  extern GHashTable * notifiers;
8
  
9
+ #pragma GCC diagnostic push
10
+ #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
11
+ 
12
  static GStaticRecMutex _menubar_mutex = G_STATIC_REC_MUTEX_INIT;
13
  
14
  static gulong buffered_changes = 0;
15
***************
16
*** 250,254 ****
17
  		dyn_patch_queue_changed(menubar, widget);
18
  	}
19
  }
20
! 
21
! 
22
--- 253,256 ----
23
  		dyn_patch_queue_changed(menubar, widget);
24
  	}
25
  }
26
! #pragma GCC diagnostic pop