From 2704cde03e4478a9ad23ed83bb3ede6d6f23ba3b Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 18 Sep 2001 18:54:31 +0000 Subject: corrected Speedtouch -> speedtouch --- perl-install/my_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/my_gtk.pm') diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index 93dcbf258..120a307fb 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -534,7 +534,7 @@ sub _create_window($$) { my ($o, $title) = @_; my $w = new Gtk::Window; my $gc = Gtk::Gdk::GC->new(gtkroot()); - !$::isStandalone && !$::live && !$::g_auto_install and $my_gtk::shape_width = 5; + !$::isStandalone && !$::live && !$::g_auto_install and $my_gtk::shape_width = 3; #- $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 -- cgit v1.2.1