diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:57:16 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-10 17:07:09 +0100 |
commit | 1bf5123b9baf081041fede0624ebd4cf81d2e44b (patch) | |
tree | ce9b793df4c1412ddd645a5714bd211b8f1f307e /kopete | |
parent | bd6aa1a8cdfd390cf49f00e976144dfbe2538fdb (diff) | |
download | tdenetwork-1bf5123b9baf081041fede0624ebd4cf81d2e44b.tar.gz tdenetwork-1bf5123b9baf081041fede0624ebd4cf81d2e44b.zip |
Remove unnecessary language.
(cherry picked from commit 6e428cdbf8fd9ce6d50e4907d51dc473c82e0ee9)
Diffstat (limited to 'kopete')
-rw-r--r-- | kopete/protocols/gadu/gadudccserver.cpp | 2 | ||||
-rw-r--r-- | kopete/protocols/gadu/gadudcctransaction.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/gadu/gadudccserver.cpp b/kopete/protocols/gadu/gadudccserver.cpp index 6e6c370b..13d61b3f 100644 --- a/kopete/protocols/gadu/gadudccserver.cpp +++ b/kopete/protocols/gadu/gadudccserver.cpp @@ -159,7 +159,7 @@ GaduDCCServer::watcher() { dccEvent = gg_dcc_watch_fd( dccSock ); if ( ! dccEvent ) { - // connection is fucked + // connection is bad // we should try to reenable it // closeDCC(); return; diff --git a/kopete/protocols/gadu/gadudcctransaction.cpp b/kopete/protocols/gadu/gadudcctransaction.cpp index 7ec8d2ac..75e71748 100644 --- a/kopete/protocols/gadu/gadudcctransaction.cpp +++ b/kopete/protocols/gadu/gadudcctransaction.cpp @@ -324,14 +324,14 @@ GaduDCCTransaction::watcher() { dccEvent = gg_dcc_watch_fd( dccSock_ ); if ( ! dccEvent ) { - // connection is fucked + // connection is bad closeDCC(); return; } switch ( dccEvent->type ) { case GG_EVENT_DCC_CLIENT_ACCEPT: kdDebug(14100) << " GG_EVENT_DCC_CLIENT_ACCEPT " << endl; - // check dccsock->peer_uin, if unknown, fuck it; + // check dccsock->peer_uin, if unknown, oh well; // is it for us ? account = gaduDCC_->account( dccSock_->uin ); |