From 7cccb9c46539276800f49490a3a21ed0ce2755a4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 23 Sep 2008 16:54:33 +0000 Subject: (_gtk_any_Window) remove now uneeded "DURING_INSTALL" hack that got added in r245000 on 2008-09-09 --- perl-install/mygtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 3499d3f16..458a507cc 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} || $::set_dialog_hint) { + if ($::isInstall || $::set_dialog_hint) { $w->set_type_hint('dialog'); # for matchbox window manager } -- cgit v1.2.1