diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-03 17:27:03 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-05 14:20:26 +0100 |
commit | afaff95b13928c2d0e9666767d945db542bc776d (patch) | |
tree | 7ad8dd5ed7251acb33a7444534a24147f20b812e /gurpm | |
parent | 98fc076c5fa75dad0b7f1d80da51c67ebadeca77 (diff) | |
download | urpmi-afaff95b13928c2d0e9666767d945db542bc776d.tar urpmi-afaff95b13928c2d0e9666767d945db542bc776d.tar.gz urpmi-afaff95b13928c2d0e9666767d945db542bc776d.tar.bz2 urpmi-afaff95b13928c2d0e9666767d945db542bc776d.tar.xz urpmi-afaff95b13928c2d0e9666767d945db542bc776d.zip |
"fix" "passed too many parameters"
Diffstat (limited to 'gurpm')
-rw-r--r-- | gurpm/RPMProgressDialog.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpm/RPMProgressDialog.pm b/gurpm/RPMProgressDialog.pm index 3ef68fc3..389671fd 100644 --- a/gurpm/RPMProgressDialog.pm +++ b/gurpm/RPMProgressDialog.pm @@ -248,7 +248,7 @@ tell Gtk+ to refresh the dialog content if needed. sub sync { my ($w) = @_; $w->show; - Gtk3->main_iteration while Gtk3->events_pending; + Gtk3::main_iteration while Gtk3::events_pending; } =item gurpm::RPMProgressDialog::get_something_done() |