diff options
-rwxr-xr-x | control-center | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center index 4c072c38..082032b4 100755 --- a/control-center +++ b/control-center @@ -1076,7 +1076,7 @@ my @menu_items = ( $bok->can_default(1); $bok->grab_default; $dialog->show_all; - $dialog->run; + Gtk2->main; update_profiles(); }, undef, '<Item>' ], @@ -1103,7 +1103,7 @@ my @menu_items = ( }), ); $dialog->show_all; - $dialog->run; + Gtk2->main; return; }, undef, '<Item>' ], |