gimp r25445 - in trunk: . plug-ins/pygimp/plug-ins



Author: neo
Date: Wed Apr  9 18:16:24 2008
New Revision: 25445
URL: http://svn.gnome.org/viewvc/gimp?rev=25445&view=rev

Log:
2008-04-09  Sven Neumann  <sven gimp org>

	* plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py
	* plug-ins/pygimp/plug-ins/python-console.py
	* plug-ins/pygimp/plug-ins/sphere.py: register in new menu 
locations.



Modified:
   trunk/ChangeLog
   trunk/plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py
   trunk/plug-ins/pygimp/plug-ins/python-console.py
   trunk/plug-ins/pygimp/plug-ins/sphere.py

Modified: trunk/plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py
==============================================================================
--- trunk/plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py	(original)
+++ trunk/plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py	Wed Apr  9 18:16:24 2008
@@ -193,6 +193,6 @@
                   "~/segmentation/msbench/imagedata"),
       (PF_TOGGLE, "save-output",  "Save output images", False) ],
     [],
-    benchmark, menu="<Toolbox>/Xtns/Benchmark")
+    benchmark, menu="<Image>/Filters/Extensions/Benchmark")
 
 main ()

Modified: trunk/plug-ins/pygimp/plug-ins/python-console.py
==============================================================================
--- trunk/plug-ins/pygimp/plug-ins/python-console.py	(original)
+++ trunk/plug-ins/pygimp/plug-ins/python-console.py	Wed Apr  9 18:16:24 2008
@@ -225,7 +225,7 @@
     [],
     [],
     do_console,
-    menu="<Toolbox>/Xtns/Languages/Python-Fu",
+    menu="<Image>/Filters/Languages/Python-Fu/Python-Fu",
     domain=("gimp20-python", gimp.locale_directory))
 
 main()

Modified: trunk/plug-ins/pygimp/plug-ins/sphere.py
==============================================================================
--- trunk/plug-ins/pygimp/plug-ins/sphere.py	(original)
+++ trunk/plug-ins/pygimp/plug-ins/sphere.py	Wed Apr  9 18:16:24 2008
@@ -107,6 +107,6 @@
     ],
     [],
     sphere,
-    menu="<Toolbox>/Xtns/Languages/Python-Fu/Test")
+    menu="<Image>/Filters/Languages/Python-Fu/Test")
 
 main()



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]