mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
![Pietro Cerutti](/assets/img/avatar_default.png)
- Beautify and fix style in Makefile - Adopt maintainship PR: 118074 Submitted by: Henk van Oers <henk@signature.nl> Approved by: miwi (mentor)
12 lines
412 B
Perl
12 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() });
|
|
}
|