aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/jarl/files/patch-lib_main_tk.pl
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/jarl/files/patch-lib_main_tk.pl')
-rw-r--r--net-im/jarl/files/patch-lib_main_tk.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/jarl/files/patch-lib_main_tk.pl b/net-im/jarl/files/patch-lib_main_tk.pl
new file mode 100644
index 00000000000..cd50c372459
--- /dev/null
+++ b/net-im/jarl/files/patch-lib_main_tk.pl
@@ -0,0 +1,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() });
+ }