diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-sus.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/indicator-sus.c b/src/indicator-sus.c index 4d8e176..9d1c66c 100644 --- a/src/indicator-sus.c +++ b/src/indicator-sus.c @@ -49,7 +49,8 @@ get_label (void) GtkImage * get_icon (void) { - return NULL; + GtkImage * image = GTK_IMAGE(gtk_image_new_from_icon_name("user-offline", GTK_ICON_SIZE_MENU)); + return image; } static void |