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:

committed by
Manish Singh

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>
|
2006-07-20 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* plug-ins/pygimp/gimpui.py: make the FileSelector class work
|
* plug-ins/pygimp/gimpui.py: make the FileSelector class work
|
||||||
|
@ -132,7 +132,7 @@ class ChannelSelector(ChannelComboBox):
|
|||||||
def get_value(self):
|
def get_value(self):
|
||||||
return self.get_active()
|
return self.get_active()
|
||||||
|
|
||||||
class DrawableSelector(gtk.OptionMenu):
|
class DrawableSelector(DrawableComboBox):
|
||||||
def __init__(self, default=None):
|
def __init__(self, default=None):
|
||||||
DrawableComboBox.__init__(self)
|
DrawableComboBox.__init__(self)
|
||||||
if default is not None:
|
if default is not None:
|
||||||
|
Reference in New Issue
Block a user