summaryrefslogtreecommitdiff
path: root/applets/inhibit/inhibit-applet.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/inhibit/inhibit-applet.c')
-rw-r--r--applets/inhibit/inhibit-applet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c
index 81ad0d5..f5f0057 100644
--- a/applets/inhibit/inhibit-applet.c
+++ b/applets/inhibit/inhibit-applet.c
@@ -267,7 +267,7 @@ gpm_applet_draw_cb (GpmInhibitApplet *applet)
/*draw icon */
gtk_image_set_from_pixbuf(GTK_IMAGE(applet->image),applet->icon);
- gtk_widget_show(GTK_WIDGET(applet->icon));
+ gtk_widget_show(GTK_WIDGET(applet->image));
return TRUE;
}