aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimpshop/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-11-27 10:41:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-11-27 10:41:41 +0000
commitd829874393bc35dd9303578e4ee424358a06a725 (patch)
tree84c234e4f02c36b6c336099fdfe954e747df2ae2 /graphics/gimpshop/files
parent5a4c94ba51af2b6218035bad5238a81920e1d076 (diff)
Notes
Diffstat (limited to 'graphics/gimpshop/files')
-rw-r--r--graphics/gimpshop/files/patch-plug-ins.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/gimpshop/files/patch-plug-ins.c b/graphics/gimpshop/files/patch-plug-ins.c
new file mode 100644
index 000000000000..f7650f0e0529
--- /dev/null
+++ b/graphics/gimpshop/files/patch-plug-ins.c
@@ -0,0 +1,19 @@
+--- app/plug-in/plug-ins.c.orig Wed Nov 17 15:51:50 2004
++++ app/plug-in/plug-ins.c Sun Oct 22 18:58:36 2006
+@@ -317,6 +317,8 @@
+
+ if (! gimp->no_interface)
+ {
++ gimp_menus_init (gimp, gimp->plug_in_defs, STD_PLUGINS_DOMAIN);
++
+ gimp->load_procs = g_slist_sort_with_data (gimp->load_procs,
+ plug_ins_file_proc_compare,
+ gimp);
+@@ -324,7 +326,6 @@
+ plug_ins_file_proc_compare,
+ gimp);
+
+- gimp_menus_init (gimp, gimp->plug_in_defs, STD_PLUGINS_DOMAIN);
+ }
+
+ /* build list of automatically started extensions */