summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgurpmi21
1 files changed, 1 insertions, 0 deletions
diff --git a/gurpmi2 b/gurpmi2
index 9b3a62a0..e49d0578 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -68,6 +68,7 @@ Gtk2->croak_execeptions;
#- Create main window
$mainw = Gtk2::Window->new('toplevel');
+$::main_window = $mainw;
$mainw->set_border_width(3);
$mainw->set_title(N("RPM installation"));
$mainw->signal_connect(destroy => \&quit);