Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11 from blammit/move-group-publish
Move group publish
  • Loading branch information
Marko Mattila committed Oct 2, 2013
2 parents 5f442cd + eed7c4b commit f505e11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/transferengine.cpp
Expand Up @@ -412,12 +412,12 @@ void TransferEnginePrivate::sendNotification(TransferEngineData::TransferType ty
group->setAction(rAct);
}

// always publish the group to make updates appear
group->publish();

notification.setGroup(*group);
notification.publish();

// always publish the group to make updates appear
group->publish();

// Cleanup
if (groups.count()) {
qDeleteAll(groups);
Expand Down

0 comments on commit f505e11

Please sign in to comment.