From 17eafdc4297ec1b552f0adec18c591696bcc0935 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 22 May 2003 22:49:43 +0000 Subject: Update to 2.3.2. Note, you _MUST_ delete fontilus and themus before updating to this version. Those modules are now included in the Control Center. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@798 df743ca5-7f9a-e211-a948-0013205c9059 --- .../files/patch-vfs_methods_themus_theme-method.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sysutils/gnomecontrolcenter2/files/patch-vfs_methods_themus_theme-method.c (limited to 'sysutils/gnomecontrolcenter2/files/patch-vfs_methods_themus_theme-method.c') diff --git a/sysutils/gnomecontrolcenter2/files/patch-vfs_methods_themus_theme-method.c b/sysutils/gnomecontrolcenter2/files/patch-vfs_methods_themus_theme-method.c new file mode 100644 index 000000000..45a72ff27 --- /dev/null +++ b/sysutils/gnomecontrolcenter2/files/patch-vfs_methods_themus_theme-method.c @@ -0,0 +1,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 + #include ++#include + #include + #include + +@@ -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) -- cgit v1.2.3