diff options
author | Ted Gould <ted@canonical.com> | 2009-04-22 15:55:50 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-22 15:55:50 -0500 |
commit | 2c0d0d846f5b3ca579c48fa3ebb390978d7fa1d6 (patch) | |
tree | b549881d8eecf116e9bb61afa8395e4c7d764dca /libindicator/indicator.h | |
parent | adfd764df668d34c553d49ad1f277153749ac004 (diff) | |
parent | ef4bfdebdb12d945e2fca8583657ecb10978deba (diff) | |
download | libayatana-indicator-2c0d0d846f5b3ca579c48fa3ebb390978d7fa1d6.tar.gz libayatana-indicator-2c0d0d846f5b3ca579c48fa3ebb390978d7fa1d6.tar.bz2 libayatana-indicator-2c0d0d846f5b3ca579c48fa3ebb390978d7fa1d6.zip |
Upstream snapshot, fixing indicator.h
Diffstat (limited to 'libindicator/indicator.h')
-rw-r--r-- | libindicator/indicator.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |