From 3ff93a71aa3e4e021bad112d5ed8ad7246349fef Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 23 Sep 2008 15:23:37 +0000 Subject: set dialog hint if drakx-matchbox-window-manager is used (not to maximize windows) --- perl-install/NEWS | 4 ++++ perl-install/standalone/finish-install | 1 + 2 files changed, 5 insertions(+) diff --git a/perl-install/NEWS b/perl-install/NEWS index c50982b63..2a431383c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,7 @@ +- finish-install: + o set dialog hint if drakx-matchbox-window-manager is used + (not to maximize windows) + Version 11.50 - 22 September 2008 - restore support for right alignement for simple widgets diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install index abc40db05..6e4d844dc 100755 --- a/perl-install/standalone/finish-install +++ b/perl-install/standalone/finish-install @@ -26,6 +26,7 @@ $::isWizard = 1; my $in = 'interactive'->vnew; my $wm = any::running_window_manager(); $in->{no_Window_Manager} = !$wm; +$::set_dialog_hint = $wm eq 'drakx-matchbox-window-manager'; sub get_conf { my ($name) = @_; -- cgit v1.2.1