diff options
author | Ted Gould <ted@canonical.com> | 2009-04-22 15:53:30 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-22 15:53:30 -0500 |
commit | ef4bfdebdb12d945e2fca8583657ecb10978deba (patch) | |
tree | 5cffcfac88b49ca95bf1cd52a367a7b4e389fb99 /libindicator/indicator.h | |
parent | c0b1f48f8ca11d5a74c00ccfd46454217c629e24 (diff) | |
download | libayatana-indicator-ef4bfdebdb12d945e2fca8583657ecb10978deba.tar.gz libayatana-indicator-ef4bfdebdb12d945e2fca8583657ecb10978deba.tar.bz2 libayatana-indicator-ef4bfdebdb12d945e2fca8583657ecb10978deba.zip |
Wow, the genius of making a symbol you want to export static is simply amazing. It's truly a wonder of nature that I can tie my shoes in the morning.
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)) |