From bff61989d0355ee61120ce5d0121d0c99f693569 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Wed, 24 Jan 2018 17:45:03 -0500 Subject: inhibit: fix error that spammed logs from previous commit --- applets/inhibit/inhibit-applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.1