try to display tray bar icon
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 25 Apr 2012 09:39:00 +0000 (09:39 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 25 Apr 2012 09:39:00 +0000 (09:39 +0000)
NEWS
src/main.c

diff --git a/NEWS b/NEWS
index ad60b4b..a08f813 100644 (file)
--- 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.
index fd1d44b..aaff079 100644 (file)
@@ -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
 
        /*