make DrawableSelector work again.

2006-07-20  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/gimpui.py: make DrawableSelector work again.
This commit is contained in:
Manish Singh 2006-07-20 07:51:33 +00:00 committed by Manish Singh
parent 963b670f0f
commit 747a8dc1d3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-07-20 Manish Singh <yosh@gimp.org>
* plug-ins/pygimp/gimpui.py: make DrawableSelector work again.
2006-07-20 Manish Singh <yosh@gimp.org>
* plug-ins/pygimp/gimpui.py: make the FileSelector class work

View File

@ -132,7 +132,7 @@ class ChannelSelector(ChannelComboBox):
def get_value(self):
return self.get_active()
class DrawableSelector(gtk.OptionMenu):
class DrawableSelector(DrawableComboBox):
def __init__(self, default=None):
DrawableComboBox.__init__(self)
if default is not None: