589fcb8c6c
- Beautify and fix style in Makefile - Adopt maintainship PR: 118074 Submitted by: Henk van Oers <henk@signature.nl> Approved by: miwi (mentor)
11 lines
412 B
Perl
11 lines
412 B
Perl
--- lib/main_tk.pl.orig 2008-03-12 02:55:50.000000000 +0100
|
|
+++ lib/main_tk.pl 2008-03-12 02:55:59.000000000 +0100
|
|
@@ -947,7 +947,7 @@
|
|
$GUI{top}->deiconify();
|
|
$GUI{top}->lower($GUI{Login}->{window}) if Exists($GUI{Login}->{window});
|
|
|
|
- $GUI{Login}->{Connect}->configure(state=>"normal");
|
|
+ $GUI{Login}->{Connect}->configure(-state=>"normal");
|
|
|
|
$GUI{top}->after(1500, sub { &jarlMainIF_Loop() });
|
|
}
|