[glib] Fix an icon test



commit 63bdeb0dab81a4aed4a2e215cae4669de7f583c3
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jul 26 20:22:33 2010 -0400

    Fix an icon test

 gio/tests/g-icon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/g-icon.c b/gio/tests/g-icon.c
index d739fff..2d88cdb 100644
--- a/gio/tests/g-icon.c
+++ b/gio/tests/g-icon.c
@@ -319,7 +319,7 @@ test_file_icon (void)
   GInputStream *stream;
   gchar *str;
 
-  file = g_file_new_for_path (SRCDIR "/icons.c");
+  file = g_file_new_for_path (SRCDIR "/g-icon.c");
   icon = g_file_icon_new (file);
   g_object_unref (file);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]