Advertisement
Guest User

Untitled

a guest
Mar 9th, 2013
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement