aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-22 15:55:50 -0500
committerTed Gould <ted@canonical.com>2009-04-22 15:55:50 -0500
commit2c0d0d846f5b3ca579c48fa3ebb390978d7fa1d6 (patch)
treeb549881d8eecf116e9bb61afa8395e4c7d764dca
parentadfd764df668d34c553d49ad1f277153749ac004 (diff)
parentef4bfdebdb12d945e2fca8583657ecb10978deba (diff)
downloadlibayatana-indicator-2c0d0d846f5b3ca579c48fa3ebb390978d7fa1d6.tar.gz
libayatana-indicator-2c0d0d846f5b3ca579c48fa3ebb390978d7fa1d6.tar.bz2
libayatana-indicator-2c0d0d846f5b3ca579c48fa3ebb390978d7fa1d6.zip
Upstream snapshot, fixing indicator.h
-rw-r--r--debian/changelog6
-rw-r--r--libindicator/indicator.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c9bf8b2..880d059 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+indicator-applet (0.2.0~bzr301-0ubuntu1) UNRELEASED; urgency=low
+
+ * Upstream snapshot, fixing indicator.h
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 15:55:33 -0500
+
indicator-applet (0.2.0~bzr300-0ubuntu1) jaunty; urgency=low
* Upstream snapshot, fixing indicator.h
diff --git a/libindicator/indicator.h b/libindicator/indicator.h
index 96b6d04..f2bd51d 100644
--- a/libindicator/indicator.h
+++ b/libindicator/indicator.h
@@ -17,7 +17,7 @@ typedef GtkMenu * (*get_menu_t) (void);
GtkMenu * get_menu (void);
#define INDICATOR_VERSION "0.2.0"
-#define INDICATOR_SET_VERSION static gchar * indicator_version_symbol = INDICATOR_VERSION;
+#define INDICATOR_SET_VERSION gchar * indicator_version_symbol = INDICATOR_VERSION;
#define INDICATOR_VERSION_S "indicator_version_symbol"
#define INDICATOR_VERSION_CHECK(x) (!g_strcmp0(x, INDICATOR_VERSION))