File kimproxy-warning.diff of Package kdelibs3
--- interfaces/kimproxy/library/kimproxy.cpp 2006/02/28 10:46:29 1.1
+++ interfaces/kimproxy/library/kimproxy.cpp 2006/02/28 10:48:31
@@ -204,7 +204,7 @@
// FIXME: make this work when the sender object id is set to KIMIFace
if ( !connectDCOPSignal( 0, 0, method, method, false ) )
- KMessageBox::information( 0, QString( "Couldn't connect DCOP signal.\nWon't receive any status notifications!" ) );
+ kdWarning() << "Couldn't connect DCOP signal. Won't receive any status notifications!" << endl;
}
KIMProxy::~KIMProxy( )