From 15658e336e73987796734f2dba55367afa4d0e6c Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Fri, 17 Sep 2010 06:39:20 +0000 Subject: don't send two packets instead of one to change the presence to available with status online --- examples/GuiClient/statusWidget.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/GuiClient/statusWidget.cpp') diff --git a/examples/GuiClient/statusWidget.cpp b/examples/GuiClient/statusWidget.cpp index e6e9e1f9..e3e47940 100644 --- a/examples/GuiClient/statusWidget.cpp +++ b/examples/GuiClient/statusWidget.cpp @@ -69,7 +69,6 @@ void statusWidget::presenceMenuTriggered() if(action == actionAvailable) { emit presenceTypeChanged(QXmppPresence::Available); - emit presenceStatusTypeChanged(QXmppPresence::Status::Online); icon = "green"; } else if(action == actionBusy) -- cgit v1.2.3