diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-04-30 11:42:08 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-04-30 11:42:08 (GMT) |
commit | bc6642978f7477f3c98a25c58e31c2451f41a39f (patch) | |
tree | 362ec31fe9d49479dfda6e2052400baa5dac02a0 | |
parent | ff21fe854d4c6bf5a5fed8d7412c9b02609faeb6 (diff) | |
download | swift-contrib-bc6642978f7477f3c98a25c58e31c2451f41a39f.zip swift-contrib-bc6642978f7477f3c98a25c58e31c2451f41a39f.tar.bz2 |
Missing signal.
Resloves: #794
-rw-r--r-- | Swift/Controllers/Roster/GroupRosterItem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/Roster/GroupRosterItem.cpp b/Swift/Controllers/Roster/GroupRosterItem.cpp index b8fad07..a1c1156 100644 --- a/Swift/Controllers/Roster/GroupRosterItem.cpp +++ b/Swift/Controllers/Roster/GroupRosterItem.cpp @@ -25,6 +25,7 @@ void GroupRosterItem::setManualSort(const std::string& manualSortValue) { bool changed = manualSortValue_ != manualSortValue; manualSortValue_ = manualSortValue; if (changed) { + onChildrenChanged(); onDataChanged(); } } |