diff options
-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; } |