[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#329737: Both seem to be fixable by the same patch



merge 329738 329737
tag 329738 + patch
tag 329737 + patch
thanks

Both of these seem to be related to the fact that kpilot cannot talk to
kpilotDaemon because of the capitalization error. I have attached a very
minimal patch that fixes both.

--Ken Bloom
diff -uNr kdepim-3.4.2/kpilot/kpilot/kpilot.cc kdepim-3.4.2.orig/kpilot/kpilot/kpilot.cc
--- kpilot/kpilot/kpilot.cc	2005-09-23 09:29:11.000000000 -0500
+++ kpilot/kpilot/kpilot.cc	2005-05-23 07:12:42.000000000 -0500
@@ -191,7 +191,7 @@
 	}
 
 	if (!fDaemonWasRunning && KApplication::startServiceByDesktopName(
+		CSL1("kpilotDaemon"),
-		CSL1("kpilotdaemon"),
 		QString::null, &daemonError, &daemonDCOP, &daemonPID
 			, "0" /* no notify */
 		))

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: