Renamed a symbol that has changed in tinymail
authorPhilip Van Hoof <philip@codeminded.be>
Thu, 5 Jul 2007 10:05:34 +0000 (10:05 +0000)
committerPhilip Van Hoof <philip@codeminded.be>
Thu, 5 Jul 2007 10:05:34 +0000 (10:05 +0000)
pmo-trunk-r2583

src/widgets/modest-header-view.c

index ce0fd9b..ad8371a 100644 (file)
@@ -1474,7 +1474,7 @@ folder_monitor_update (TnyFolderObserver *self,
 
        /* Check folder count */
        if ((changed & TNY_FOLDER_CHANGE_CHANGED_ADDED_HEADERS) ||
-           (changed & TNY_FOLDER_CHANGE_CHANGED_REMOVED_HEADERS)) {
+           (changed & TNY_FOLDER_CHANGE_CHANGED_EXPUNGED_HEADERS)) {
                helper = g_slice_new0 (HeadersCountChangedHelper);
                helper->self = MODEST_HEADER_VIEW(self);
                helper->change = g_object_ref(change);