Lines 77-83
Link Here
|
77 |
gtk_widget_show(img->mainw); |
77 |
gtk_widget_show(img->mainw); |
78 |
gtk_signal_connect(GTK_OBJECT(img->mainw), "expose_event", |
78 |
gtk_signal_connect(GTK_OBJECT(img->mainw), "expose_event", |
79 |
GTK_SIGNAL_FUNC(gtk_widget_queue_draw), NULL); |
79 |
GTK_SIGNAL_FUNC(gtk_widget_queue_draw), NULL); |
80 |
gp = gdk_pixbuf_new_from_file(fname); |
80 |
gp = gdk_pixbuf_new_from_file(fname,NULL); |
81 |
if (!gp) { |
81 |
if (!gp) { |
82 |
g_warning("image: can't read image %s\n", fname); |
82 |
g_warning("image: can't read image %s\n", fname); |
83 |
wid = gtk_label_new("?"); |
83 |
wid = gtk_label_new("?"); |