diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-17 22:59:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-17 22:59:53 +0000 |
commit | 7d8c8f8b00a34baadfd02dfd098f864591253716 (patch) | |
tree | c10d1485869e70c3ce98bb47686e8d210e2b2f6a /perl-install/install_steps_gtk.pm | |
parent | 4ac24b5f0541ab6a18278a12aeb1cb10bf61c27f (diff) | |
download | drakx-backup-do-not-use-7d8c8f8b00a34baadfd02dfd098f864591253716.tar drakx-backup-do-not-use-7d8c8f8b00a34baadfd02dfd098f864591253716.tar.gz drakx-backup-do-not-use-7d8c8f8b00a34baadfd02dfd098f864591253716.tar.bz2 drakx-backup-do-not-use-7d8c8f8b00a34baadfd02dfd098f864591253716.tar.xz drakx-backup-do-not-use-7d8c8f8b00a34baadfd02dfd098f864591253716.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 2c61db33b..351a58d5b 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -579,8 +579,8 @@ sub load_rc($) { Gtk::Rc->parse($f); foreach (cat_($f)) { if (/style\s+"background"/ .. /^\s*$/) { - @background1 = map { $_ * 256 * 256 } split ',', $1 if /NORMAL.*\{(.*)\}/; - @background2 = map { $_ * 256 * 256 } split ',', $1 if /PRELIGHT.*\{(.*)\}/; + @background1 = map { $_ * 256 * 257 } split ',', $1 if /NORMAL.*\{(.*)\}/; + @background2 = map { $_ * 256 * 257 } split ',', $1 if /PRELIGHT.*\{(.*)\}/; } } } |