freebsd-ports/net-im/jarl/files/patch-lib_main_tk.pl
Pietro Cerutti 589fcb8c6c - Fix runtime error: unknown (tk) option "state"
- Beautify and fix style in Makefile
- Adopt maintainship

PR:		118074
Submitted by:	Henk van Oers <henk@signature.nl>
Approved by:	miwi (mentor)
2008-03-12 10:52:04 +00:00

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() });
}