summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-01 08:19:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-01 08:19:55 +0000
commitf93e77975bf20cf3f8061a38727a8b085a39b7f0 (patch)
tree68071646a4f75e2754dd9185b8db6b0a6dc06627 /gurpmi2
parent468ab4cc3ea635c1df56d5fbf4b1650731e2f608 (diff)
downloadurpmi-f93e77975bf20cf3f8061a38727a8b085a39b7f0.tar
urpmi-f93e77975bf20cf3f8061a38727a8b085a39b7f0.tar.gz
urpmi-f93e77975bf20cf3f8061a38727a8b085a39b7f0.tar.bz2
urpmi-f93e77975bf20cf3f8061a38727a8b085a39b7f0.tar.xz
urpmi-f93e77975bf20cf3f8061a38727a8b085a39b7f0.zip
- gurpmi2
o render nicely under matchbox during install
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi23
1 files changed, 2 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index 5363c87a..5ff4ff88 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -76,7 +76,8 @@ $mainw->set_title(N("RPM installation"));
$mainw->signal_connect(destroy => \&quit);
$mainw->set_position('center');
$mainw->set_default_size($progressbar_size, 60);
-$mainw->set_modal(0);
+$mainw->set_type_hint('dialog'); # for matchbox window manager during install
+$mainw->set_modal(1); # for matchbox window manager during install
$mainbox = Gtk2::VBox->new(0, 5);
$mainw->add($mainbox);