Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/net-im/jarl/files/patch-lib_main_tk.pl
16462 views
1
--- lib/main_tk.pl.orig 2008-03-12 02:55:50.000000000 +0100
2
+++ lib/main_tk.pl 2008-03-12 02:55:59.000000000 +0100
3
@@ -947,7 +947,7 @@
4
$GUI{top}->deiconify();
5
$GUI{top}->lower($GUI{Login}->{window}) if Exists($GUI{Login}->{window});
6
7
- $GUI{Login}->{Connect}->configure(state=>"normal");
8
+ $GUI{Login}->{Connect}->configure(-state=>"normal");
9
10
$GUI{top}->after(1500, sub { &jarlMainIF_Loop() });
11
}
12
13