summarylogtreecommitdiffstats
path: root/include_dbus_server_add_version.patch
blob: ac1b036310eae36a28ac2c59a6ea0ec386484b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- gnomeShellPidgin.c.orig	2010-05-20 20:14:21.000000000 +0200
+++ gnomeShellPidgin.c	2011-04-08 23:05:40.000000000 +0200
@@ -18,6 +18,7 @@
 #include <plugin.h>
 #include <version.h>
 #include <savedstatuses.h>
+#include <dbus-server.h>
 #include <dbus-maybe.h>
 #include <dbus-bindings.h>
 
@@ -180,7 +181,7 @@
     PURPLE_PRIORITY_DEFAULT,                          /**< priority       */
     "gtk-2925578-gnomeshell",                         /**< id             */
     N_("Gnome Shell Connector"),                      /**< name           */
-    DISPLAY_VERSION,                                  /**< version        */
+    N_("1.0"),                                        /**< version        */
     N_("Connects Pidgin to Gnome Shell Status"),      /**  summary        */
     N_("Gnome Shell Connector"),                      /**  description    */
     "Wojtek Surówka",                                 /**< author         */