mirror of https://github.com/GNOME/gimp.git
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:
parent
963b670f0f
commit
747a8dc1d3
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue