summaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-pixmaps.c
blob: 04c4dbf45be4986c9e33cb0e92510ca7992adeb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- engines/crux/src/crux-pixmaps.c.orig    Thu Dec 23 16:13:44 2004
+++ engines/crux/src/crux-pixmaps.c Thu Dec 23 16:14:09 2004
@@ -329,8 +329,9 @@
 static GdkPixbuf *
 load_image (const char *file)
 {
+    GdkPixbuf *pixbuf;
    printf("%s\n", file);   
-    GdkPixbuf *pixbuf = gdk_pixbuf_new_from_file (file, NULL);
+    pixbuf = gdk_pixbuf_new_from_file (file, NULL);
     if (pixbuf != 0)
       return pixbuf;