diff options
| author | Ted Gould <ted@canonical.com> | 2009-08-08 09:15:30 -0600 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-08-08 09:15:30 -0600 |
| commit | 46812f4eb145ce20d50b728944b8b4e1205bbb41 (patch) | |
| tree | ee3af6f4f5180b100e6f725c5c43c2dee8aa6b59 /src/indicator-sus.c | |
| parent | 32ae53755e9d5646ca3779bd889303d6a8ef5378 (diff) | |
| parent | 839f57951591a4bf9d0ce4fd32b0c5b2d06bf73e (diff) | |
| download | ayatana-indicator-session-46812f4eb145ce20d50b728944b8b4e1205bbb41.tar.gz ayatana-indicator-session-46812f4eb145ce20d50b728944b8b4e1205bbb41.tar.bz2 ayatana-indicator-session-46812f4eb145ce20d50b728944b8b4e1205bbb41.zip | |
Lots of updates from a branch to make things on the status
front all happy happy joy joy.
Diffstat (limited to 'src/indicator-sus.c')
| -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; } |
