diff options
author | Alan F <ajf@eth0.org.uk> | 2014-06-16 20:31:23 +0100 |
---|---|---|
committer | Alan F <ajf@eth0.org.uk> | 2014-06-16 20:31:23 +0100 |
commit | 238d0d75518961a8138a25c2ccfb3986c9f3a8a1 (patch) | |
tree | 1844520cdfafc5b46b231f685c256650f530a4e8 /src | |
parent | 918c41ee5fc5f72fa7cf417ef8398cef9f95e5fa (diff) |
issue 265 - remove extraneous bracket breaking build
Diffstat (limited to 'src')
-rw-r--r-- | src/trg-main-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c index d2e95bb..90da96c 100644 --- a/src/trg-main-window.c +++ b/src/trg-main-window.c @@ -2541,7 +2541,7 @@ void trg_main_window_add_status_icon(TrgMainWindow * win) #ifdef HAVE_LIBAPPINDICATOR if (priv->appIndicator = app_indicator_new(PACKAGE_NAME, PACKAGE_NAME, - APP_INDICATOR_CATEGORY_APPLICATION_STATUS))) + APP_INDICATOR_CATEGORY_APPLICATION_STATUS)) { app_indicator_set_status(priv->appIndicator, APP_INDICATOR_STATUS_ACTIVE); |