[Kst] extragear/graphics/kst/kst/extensions/js

George Staikos staikos at kde.org
Tue Dec 20 18:20:40 CET 2005


SVN commit 490062 by staikos:

don't do active disconnect detection on solaris since it can't handle the signal


 M  +2 -0      kstcmd.cpp  


--- trunk/extragear/graphics/kst/kst/extensions/js/kstcmd.cpp #490061:490062
@@ -66,10 +66,12 @@
 
 	kstName = ref.app();
 
+#ifndef SOLARIS
 	signal(SIGALRM, &ping);
 	itimerval tv = { { 1, 0 }, { 1, 0 } };
 	itimerval old;
 	setitimer(ITIMER_REAL, &tv, &old);
+#endif
 
 	for (;;) {
 		if (!client->registeredApplications().contains(kstName)) {


More information about the Kst mailing list