Fix typo in filename.
Sat May 5 09:18:30 2001 Owen Taylor <otaylor@redhat.com> * demos/gtk-demo/images.c (progressive_timeout): Fix typo in filename. * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment out FIXME warning; just too annoying.
This commit is contained in:
@ -183,7 +183,7 @@ progressive_timeout (gpointer data)
|
||||
if (g_file_test ("./gtk-logo-rgb.gif", G_FILE_TEST_EXISTS))
|
||||
filename = "./gtk-logo-rgb.gif";
|
||||
else
|
||||
filename = DEMOCODEDIR"/gtk-log-rgb.gif";
|
||||
filename = DEMOCODEDIR"/gtk-logo-rgb.gif";
|
||||
|
||||
image_stream = fopen (filename, "r");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user