From: Jean-Philippe Orsini Date: Wed, 25 Apr 2012 09:39:00 +0000 (+0000) Subject: try to display tray bar icon X-Git-Tag: v0.8.0.5~422 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=af9e7f3c6a36e5e235c587d715b88b754640dbb5 try to display tray bar icon --- 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 /*