From 304b6e2727251ed4a943d99def980a835d7d19cc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 17 Aug 2014 21:17:58 +0200 Subject: add support for gtkset() on 'ComboBoxText' widgets for drakpxelinux... --- perl-install/NEWS | 2 ++ perl-install/mygtk3.pm | 1 + 2 files changed, 3 insertions(+) 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) = @_; -- cgit v1.2.1