At Tue, 30 Oct 2012 14:34:58 +0900, n_yamamoto wrote: > > gtk_image_set_from_file(GTK_IMAGE(image), "images.png"); http://developer.gnome.org/gtk/stable/GtkImage.html#gtk-image-new-from-file set_from ではなく、gdk_pixbuf_new_from_file() を使ってエラーを検知する ようにしたら、どうなります? -- yashi