aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/style/path_provider.php
diff options
context:
space:
mode:
authorrechosen <rechosen@gmail.com>2013-08-13 16:20:45 +0200
committerrechosen <rechosen@gmail.com>2013-08-13 16:20:45 +0200
commita92669994bb99e9e04eb682295d1c775384ba182 (patch)
tree32339a7f64795a02dea60e9bc4bc5942f99f2560 /phpBB/phpbb/style/path_provider.php
parent585f692e3168203645bf40d21c51309ab6572b68 (diff)
downloadforums-a92669994bb99e9e04eb682295d1c775384ba182.tar
forums-a92669994bb99e9e04eb682295d1c775384ba182.tar.gz
forums-a92669994bb99e9e04eb682295d1c775384ba182.tar.bz2
forums-a92669994bb99e9e04eb682295d1c775384ba182.tar.xz
forums-a92669994bb99e9e04eb682295d1c775384ba182.zip
[ticket/11786] Fix typo and ugly English in the notification system PHPDoc
The notification system contained two PHPDoc lines that needed improvement. PHPBB3-11786
Diffstat (limited to 'phpBB/phpbb/style/path_provider.php')
0 files changed, 0 insertions, 0 deletions
tion>space:mode:
authorPascal Rigaux <pixel@mandriva.com>2004-07-06 07:37:33 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-07-06 07:37:33 +0000
commitadcfb707663292922d1d5f46069ac31996b9aef8 (patch)
tree85e4a975f37e0f8e38eb2406120eb2ed2ad4b4b6 /perl-install/Xconfig/resolution_and_depth.pm
parentc99b7ab4eb248a39fc13a8fa2da121943d143018 (diff)
downloaddrakx-adcfb707663292922d1d5f46069ac31996b9aef8.tar
drakx-adcfb707663292922d1d5f46069ac31996b9aef8.tar.gz
drakx-adcfb707663292922d1d5f46069ac31996b9aef8.tar.bz2
drakx-adcfb707663292922d1d5f46069ac31996b9aef8.tar.xz
drakx-adcfb707663292922d1d5f46069ac31996b9aef8.zip
(choose_gtk): ensure default height is the chosen one
Diffstat (limited to 'perl-install/Xconfig/resolution_and_depth.pm')
-rw-r--r--perl-install/Xconfig/resolution_and_depth.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm
index b9ed165c5..51017a58d 100644
--- a/perl-install/Xconfig/resolution_and_depth.pm
+++ b/perl-install/Xconfig/resolution_and_depth.pm
@@ -302,7 +302,7 @@ sub choose_gtk {
$set_chosen_Depth->(max(@{$x_res2depth{$chosen_x_res}}));
}
});
- $set_chosen_x_res->($chosen_x_res);
+ $set_chosen_x_res->($chosen_x_res, $chosen_y_res);
$set_chosen_Depth->($chosen_Depth);
$W->{ok}->grab_focus;