diff options
Diffstat (limited to 'lib/AdminPanel/Rpmdragora/gurpm.pm')
-rw-r--r-- | lib/AdminPanel/Rpmdragora/gurpm.pm | 4 |
1 files changed, 3 insertions, 1 deletions
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(); |