You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
653 B
14 lines
653 B
13 years ago
|
Index: interfaces/kimproxy/library/kimproxy.cpp
|
||
|
===================================================================
|
||
|
--- interfaces/kimproxy/library/kimproxy.cpp.orig
|
||
|
+++ interfaces/kimproxy/library/kimproxy.cpp
|
||
|
@@ -204,7 +204,7 @@ KIMProxy::KIMProxy( DCOPClient* dc ) : D
|
||
|
|
||
|
// 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( )
|