summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/mygtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index 6b97fb49f..3499d3f16 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -728,7 +728,7 @@ sub _gtk_any_Window {
$w = "Gtk2::$class"->new;
}
- if ($::isInstall || $ENV{DURING_INSTALL}) {
+ if ($::isInstall || $ENV{DURING_INSTALL} || $::set_dialog_hint) {
$w->set_type_hint('dialog'); # for matchbox window manager
}