diff options
author | Robert Xu <rxu@linux-zdwj.site> | 2012-02-01 00:31:59 -0500 |
---|---|---|
committer | Robert Xu <rxu@linux-zdwj.site> | 2012-02-01 00:31:59 -0500 |
commit | f599f39717d771b8b7a2aff006cda6c31e8b12da (patch) | |
tree | f601e3c0303a193cda6f8c6f956619dda9673c70 /opensuse/core/tdelibs/kimproxy-warning.diff | |
parent | ead369ac94473139a2320a1c90cda64dd887b94a (diff) | |
parent | 27c9e783c6283f8916ebee3a23c6d1ba909a5126 (diff) | |
download | tde-packaging-f599f39717d771b8b7a2aff006cda6c31e8b12da.tar.gz tde-packaging-f599f39717d771b8b7a2aff006cda6c31e8b12da.zip |
Merge branch 'suse'
Diffstat (limited to 'opensuse/core/tdelibs/kimproxy-warning.diff')
-rw-r--r-- | opensuse/core/tdelibs/kimproxy-warning.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/opensuse/core/tdelibs/kimproxy-warning.diff b/opensuse/core/tdelibs/kimproxy-warning.diff new file mode 100644 index 000000000..0731ebf4b --- /dev/null +++ b/opensuse/core/tdelibs/kimproxy-warning.diff @@ -0,0 +1,13 @@ +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( ) |