summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-09-16 14:38:23 +0000
committerdamien <damien@mandriva.com>2001-09-16 14:38:23 +0000
commitf209b850ff926eddc77a75697d45fdf6c639c509 (patch)
tree2fb8b192b18bb2598688c082ce895a6453570950 /perl-install/my_gtk.pm
parentab7cc969195e009633b574d00bb1ca6abc70bc4b (diff)
downloaddrakx-backup-do-not-use-f209b850ff926eddc77a75697d45fdf6c639c509.tar
drakx-backup-do-not-use-f209b850ff926eddc77a75697d45fdf6c639c509.tar.gz
drakx-backup-do-not-use-f209b850ff926eddc77a75697d45fdf6c639c509.tar.bz2
drakx-backup-do-not-use-f209b850ff926eddc77a75697d45fdf6c639c509.tar.xz
drakx-backup-do-not-use-f209b850ff926eddc77a75697d45fdf6c639c509.zip
bugfix + cosmetic changes
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index b4d2353b9..93dcbf258 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -536,8 +536,8 @@ sub _create_window($$) {
my $gc = Gtk::Gdk::GC->new(gtkroot());
!$::isStandalone && !$::live && !$::g_auto_install and $my_gtk::shape_width = 5;
#- $gc->set_foreground(gtkcolor(8448, 17664, 40191)); #- in hex : 33, 69, 157
-#- $gc->set_foreground(gtkcolor(5120, 10752, 22784)); #- in hex : 20, 42, 89
- $gc->set_foreground(gtkcolor(16896, 16896, 16896)); #- in hex : 66, 66, 66
+ $gc->set_foreground(gtkcolor(5120, 10752, 22784)); #- in hex : 20, 42, 89
+#- $gc->set_foreground(gtkcolor(16896, 16896, 16896)); #- in hex : 66, 66, 66
my $inner = gtkadd(my $f_ = gtkset_shadow_type(new Gtk::Frame(undef), 'out'),
my $f = gtkset_border_width(gtkset_shadow_type(new Gtk::Frame(undef), 'none'), 3)
);