summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-04-30 11:42:08 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-04-30 11:42:08 (GMT)
commitbc6642978f7477f3c98a25c58e31c2451f41a39f (patch)
tree362ec31fe9d49479dfda6e2052400baa5dac02a0 /Swift/Controllers/Roster/GroupRosterItem.cpp
parentff21fe854d4c6bf5a5fed8d7412c9b02609faeb6 (diff)
downloadswift-bc6642978f7477f3c98a25c58e31c2451f41a39f.zip
swift-bc6642978f7477f3c98a25c58e31c2451f41a39f.tar.bz2
Missing signal.
Resloves: #794
Diffstat (limited to 'Swift/Controllers/Roster/GroupRosterItem.cpp')
-rw-r--r--Swift/Controllers/Roster/GroupRosterItem.cpp1
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();
}
}