]> git.pld-linux.org Git - packages/gtkpod.git/blob - libanjuta-3.7.3.patch
- release 2 (by relup.sh)
[packages/gtkpod.git] / libanjuta-3.7.3.patch
1 diff -uNr gtkpod-2.1.3.old/src/gtkpod.c gtkpod-2.1.3/src/gtkpod.c
2 --- gtkpod-2.1.3.old/src/gtkpod.c       2012-05-11 23:25:00.000000000 +0200
3 +++ gtkpod-2.1.3/src/gtkpod.c   2013-03-30 22:39:47.623499920 +0100
4 @@ -29,6 +29,7 @@
5  #include <gtk/gtk.h>
6  #include <libanjuta/anjuta-utils.h>
7  #include <libanjuta/anjuta-shell.h>
8 +#include <libanjuta/anjuta-version.h>
9  
10  #include "gtkpod.h"
11  #include "libgtkpod/directories.h"
12 @@ -236,7 +237,10 @@
13      anjuta_shell_session_save(ANJUTA_SHELL(app), session_dir, NULL);
14      g_free(session_dir);
15  
16 +#if ANJUTA_CHECK_VERSION(3,7,3)
17 +#else
18      anjuta_shell_notify_exit(ANJUTA_SHELL(app), NULL);
19 +#endif
20  
21      if (!gtkpod_cleanup_quit()) {
22          // Dont want to quit so avoid signalling any destroy event
This page took 0.06337 seconds and 3 git commands to generate.