summaryrefslogtreecommitdiff
path: root/x11/gnome-menus/files/patch-bugzilla-312502
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-menus/files/patch-bugzilla-312502')
-rw-r--r--x11/gnome-menus/files/patch-bugzilla-31250212
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/gnome-menus/files/patch-bugzilla-312502 b/x11/gnome-menus/files/patch-bugzilla-312502
deleted file mode 100644
index 0fa77890b7a9..000000000000
--- a/x11/gnome-menus/files/patch-bugzilla-312502
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u -p -r1.7.4.1 desktop-entries.c
---- libmenu/desktop-entries.c 5 Apr 2005 21:04:31 -0000 1.7.4.1
-+++ libmenu/desktop-entries.c 5 Aug 2005 07:57:37 -0000
-@@ -554,7 +554,7 @@ desktop_entry_add_legacy_category (Deskt
- for (; entry->categories[i]; i++);
- }
-
-- categories = g_new0 (GQuark, i + 1);
-+ categories = g_new0 (GQuark, i + 2);
-
- i = 0;
- if (entry->categories != NULL)