diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 09:13:13 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 09:13:13 -0600 |
commit | 839f57951591a4bf9d0ce4fd32b0c5b2d06bf73e (patch) | |
tree | 265401b7b2aa8c60f8221d4550330ef112c82d1d | |
parent | 5b09c56f508e40149d9a0bf52b491b0f9fd581ac (diff) | |
download | ayatana-indicator-session-839f57951591a4bf9d0ce4fd32b0c5b2d06bf73e.tar.gz ayatana-indicator-session-839f57951591a4bf9d0ce4fd32b0c5b2d06bf73e.tar.bz2 ayatana-indicator-session-839f57951591a4bf9d0ce4fd32b0c5b2d06bf73e.zip |
Showing the icon. Silly.
-rw-r--r-- | src/indicator-sus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indicator-sus.c b/src/indicator-sus.c index e248e68..1ab810c 100644 --- a/src/indicator-sus.c +++ b/src/indicator-sus.c @@ -72,6 +72,7 @@ GtkImage * get_icon (void) { GtkImage * image = GTK_IMAGE(gtk_image_new_from_icon_name("user-offline", GTK_ICON_SIZE_MENU)); + gtk_widget_show(GTK_WIDGET(image)); return image; } |