summaryrefslogtreecommitdiffstats
path: root/x11/gnomedesktop/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-15 14:09:24 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-15 14:09:24 +0800
commit4cf0d0af8bd76648e9535edf5ee6c07414a00eca (patch)
treeaaf28602f7e3d21ad250ef33c2a909583e87b29f /x11/gnomedesktop/files
parentb01d37c71e6693e66a51adf1868af8dfc5b8e04a (diff)
downloadmarcuscom-ports-4cf0d0af8bd76648e9535edf5ee6c07414a00eca.tar
marcuscom-ports-4cf0d0af8bd76648e9535edf5ee6c07414a00eca.tar.gz
marcuscom-ports-4cf0d0af8bd76648e9535edf5ee6c07414a00eca.tar.bz2
marcuscom-ports-4cf0d0af8bd76648e9535edf5ee6c07414a00eca.tar.lz
marcuscom-ports-4cf0d0af8bd76648e9535edf5ee6c07414a00eca.tar.xz
marcuscom-ports-4cf0d0af8bd76648e9535edf5ee6c07414a00eca.tar.zst
marcuscom-ports-4cf0d0af8bd76648e9535edf5ee6c07414a00eca.zip
Update to 2.3.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@874 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomedesktop/files')
-rw-r--r--x11/gnomedesktop/files/patch-gnome-about_gnome-about.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnomedesktop/files/patch-gnome-about_gnome-about.c b/x11/gnomedesktop/files/patch-gnome-about_gnome-about.c
new file mode 100644
index 000000000..b90284308
--- /dev/null
+++ b/x11/gnomedesktop/files/patch-gnome-about_gnome-about.c
@@ -0,0 +1,13 @@
+--- gnome-about/gnome-about.c.orig Sun Jun 15 02:04:36 2003
++++ gnome-about/gnome-about.c Sun Jun 15 02:04:50 2003
+@@ -458,9 +458,8 @@
+ g_list_free (files);
+
+ if (error) {
++ char * message;
+ g_free (directory);
+-
+- char *message;
+
+ message = g_strdup_printf (_("Unable to load header image: %s"),
+ error->message);