diff options
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() |