aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-07 20:19:44 +0100
committerTed Gould <ted@canonical.com>2009-08-07 20:19:44 +0100
commitd109578b8a84e07678762906021234404e53a8bf (patch)
treeee87c1f462a4b25e62fa7f648a4688fc29520da0 /src
parente1c7ffdac9b07cbfdabde6c5d2854535836d587d (diff)
downloadayatana-indicator-session-d109578b8a84e07678762906021234404e53a8bf.tar.gz
ayatana-indicator-session-d109578b8a84e07678762906021234404e53a8bf.tar.bz2
ayatana-indicator-session-d109578b8a84e07678762906021234404e53a8bf.zip
Getting an image built for offline
Diffstat (limited to 'src')
-rw-r--r--src/indicator-sus.c3
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