From af9e7f3c6a36e5e235c587d715b88b754640dbb5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 25 Apr 2012 09:39:00 +0000 Subject: [PATCH] try to display tray bar icon --- NEWS | 2 +- src/main.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ad60b4b..a08f813 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,7 @@ the window and not the canvas widget. (Closes LP: #973122) ** psensor: used the foreground color defined by the theme for the font of the graph legend. -** psensor: used tab layout for psensor preferences . +** psensor: used tab layout for psensor preferences. ** psensor: temperature unit choice (celcius/fahrenheit). ** psensor-server: fixed --wdir option. ** psensor-server: added log level to -d option. diff --git a/src/main.c b/src/main.c index fd1d44b..aaff079 100644 --- a/src/main.c +++ b/src/main.c @@ -533,6 +533,7 @@ int main(int argc, char **argv) #if defined(HAVE_APPINDICATOR) || defined(HAVE_APPINDICATOR_029) ui_appindicator_init(&ui); + ui_status_set_visible(1); #endif /* -- 2.7.4