From afaff95b13928c2d0e9666767d945db542bc776d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 3 Dec 2013 17:27:03 +0100 Subject: "fix" "passed too many parameters" --- gurpm/RPMProgressDialog.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gurpm') 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() -- cgit v1.2.1