We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c31e38 commit 1a11a01Copy full SHA for 1a11a01
trashapplet/src/trashapplet.c
@@ -221,7 +221,7 @@ trash_applet_init (TrashApplet *applet)
221
GTK_WIDGET (applet));
222
223
/* setup the image */
224
- applet->image = g_object_ref_sink (gtk_image_new ());
+ applet->image = g_object_ref_sink (GTK_IMAGE (gtk_image_new ()));
225
gtk_container_add (GTK_CONTAINER (applet),
226
GTK_WIDGET (applet->image));
227
gtk_widget_show (GTK_WIDGET (applet->image));
0 commit comments