From 4a289bab3a58b417acec862db0ac68176582b640 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Wed, 7 Jan 2015 21:04:50 +0100 Subject: Perform the search after a new filter selection if a string is present --- lib/AdminPanel/Rpmdragora/gurpm.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/AdminPanel/Rpmdragora/gurpm.pm') diff --git a/lib/AdminPanel/Rpmdragora/gurpm.pm b/lib/AdminPanel/Rpmdragora/gurpm.pm index d1a24df2..7e9363a2 100644 --- a/lib/AdminPanel/Rpmdragora/gurpm.pm +++ b/lib/AdminPanel/Rpmdragora/gurpm.pm @@ -117,7 +117,6 @@ sub BUILD { my $factory = yui::YUI::widgetFactory; my $vbox; -$DB::single = 1; if (! $self->main_dialog) { if ($self->parent) { @@ -257,6 +256,9 @@ sub DEMOLISH { $self->main_dialog->destroy if !$self->parent; } +# TODO cancel button cannot be easily managed in libyui polling events +# removed atm +# # sub validate_cancel { # my ($self, $cancel_msg, $cancel_cb) = @_; # $self->{main_dialog}->startMultipleChanges(); -- cgit v1.2.1