diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/mygtk3.pm | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 852f46c5a..9c618000c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- mygtk3: + o add support for gtkset() on 'ComboBoxText' widgets for drakpxelinux - recognize new kernel-3.16 drivers - switch uid/gid boundary to 1000+ diff --git a/perl-install/mygtk3.pm b/perl-install/mygtk3.pm index 973880d0b..ae3c3a7c3 100644 --- a/perl-install/mygtk3.pm +++ b/perl-install/mygtk3.pm @@ -622,6 +622,7 @@ sub _gtk__WebKit_View { $w; } +sub _gtk__ComboBoxText { &_gtk__ComboBox } sub _gtk__ComboBox { my ($w, $opts, $_class, $action) = @_; |