summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/mygtk2.pm1
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 956c7dc95..ee169e37a 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+- handle 'icon-pressed' signal of Gtk2::Sexy::IconEntry
+
Version 10.6.17 - 11 February 2008
- add support for Gtk2::Sexy::IconEntry (needed for rpmdrake)
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index f3c1d44aa..4ba7650bf 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -408,6 +408,7 @@ sub _gtk__Sexy_IconEntry {
}
$w->signal_connect('icon-released' => delete $opts->{'icon-released'}) if exists $opts->{'icon-released'};
+ $w->signal_connect('icon-pressed' => delete $opts->{'icon-pressed'}) if exists $opts->{'icon-pressed'};
_gtk__Entry($w, $opts);
}