summaryrefslogtreecommitdiffstats
path: root/sysutils/gnomecontrolcenter2/files/patch-vfs_methods_themus_theme-method.c
blob: 45a72ff27262361b8f1b5b8db6313f391b841a4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- vfs-methods/themus/theme-method.c.orig  Thu May 22 01:42:21 2003
+++ vfs-methods/themus/theme-method.c   Thu May 22 01:44:13 2003
@@ -19,6 +19,7 @@
 
 #include <string.h>
 #include <errno.h>
+#include <libintl.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 
@@ -528,8 +529,8 @@
        return GNOME_VFS_OK;
    }
    else {
-       g_free (path);
        GnomeThemeMetaInfo *theme;
+       g_free (path);
        
        theme = theme_meta_info_find (uri);
        if (theme)