diff options
-rw-r--r-- | perl-install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/mygtk3.pm | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index f55fbe8b2..1fcd7bde2 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- mygtk3: + o add support for gtkset() on 'ComboBoxText' widgets for drakpxelinux + Version 16.26.11 - 28 June 2014 - fix not being able to select packages when list contains only one (mga#13492) diff --git a/perl-install/mygtk3.pm b/perl-install/mygtk3.pm index c9e987a1d..e0d614298 100644 --- a/perl-install/mygtk3.pm +++ b/perl-install/mygtk3.pm @@ -630,6 +630,7 @@ sub _gtk__WebKit_View { $w; } +sub _gtk__ComboBoxText { &_gtk__ComboBox } sub _gtk__ComboBox { my ($w, $opts, $_class, $action) = @_; |