aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-14 05:19:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-14 05:19:37 +0000
commit1c1be6a9e85e94ea3050af6eebe545d201940720 (patch)
tree607e515993b957d19ffb2cda6d123049cdce092e /src
parented3b53d5c76f6f631141962ec0318832f7103698 (diff)
fixed a bug that the change of color labels was not saved.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@337 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/summaryview.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index 5b3a5b19..ed446ffd 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -3934,6 +3934,9 @@ void summary_set_colorlabel(SummaryView *summaryview, guint labelcolor,
MSG_SET_COLORLABEL_VALUE(msginfo->flags, labelcolor);
summary_set_row(summaryview, &iter, msginfo);
}
+
+ if (rows)
+ summaryview->folder_item->mark_dirty = TRUE;
}
static void summary_colorlabel_menu_item_activate_item_cb(GtkMenuItem *menuitem,