From 238d0d75518961a8138a25c2ccfb3986c9f3a8a1 Mon Sep 17 00:00:00 2001 From: Alan F Date: Mon, 16 Jun 2014 20:31:23 +0100 Subject: issue 265 - remove extraneous bracket breaking build --- src/trg-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3