gimp r27736 - in branches/gimp-2-6: . plug-ins/pygimp



Author: neo
Date: Thu Nov 27 20:50:03 2008
New Revision: 27736
URL: http://svn.gnome.org/viewvc/gimp?rev=27736&view=rev

Log:
2008-11-27  Sven Neumann  <sven gimp org>

	Merged from trunk:

	Bug 562459 â PF_PALETTE: 'TypeError' when used in a plugin that 
is
	registered in <Image>

	* plug-ins/pygimp/gimpui.defs (gimp_palette_select_button_new):
	the 'title' parameter is optional.



Modified:
   branches/gimp-2-6/ChangeLog
   branches/gimp-2-6/plug-ins/pygimp/gimpui.defs

Modified: branches/gimp-2-6/plug-ins/pygimp/gimpui.defs
==============================================================================
--- branches/gimp-2-6/plug-ins/pygimp/gimpui.defs	(original)
+++ branches/gimp-2-6/plug-ins/pygimp/gimpui.defs	Thu Nov 27 20:50:03 2008
@@ -3120,7 +3120,7 @@
   (is-constructor-of "GimpPaletteSelectButton")
   (return-type "GtkWidget*")
   (properties
-    '("title")
+    '("title" (optional))
     '("palette-name" (argname "palette_name") (optional))
   )
 )



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