summaryrefslogtreecommitdiff
path: root/net-im/jarl/files/patch-lib_main_tk.pl
blob: cd50c372459724eff71c856eb899c46202b5d369 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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() });
 }