aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_summary_column.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-03-27 03:03:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-03-27 03:03:29 +0000
commitc202fc92c7ccd3adb87b0fbdfc2b0a73f1a32aae (patch)
tree71daeaace11b4414f1aad24fa6dd8f9d7edb8a62 /src/prefs_summary_column.c
parente6effb250999ccd1ba666506a36e11e815abe2cc (diff)
win32: made a workaround for the redraw problem in GTK+ 2.10.11.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1577 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_summary_column.c')
-rw-r--r--src/prefs_summary_column.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs_summary_column.c b/src/prefs_summary_column.c
index 951e1bc1..8858fdc0 100644
--- a/src/prefs_summary_column.c
+++ b/src/prefs_summary_column.c
@@ -226,6 +226,7 @@ static void prefs_summary_column_create(void)
gtk_container_add(GTK_CONTAINER(scrolledwin), stock_clist);
gtk_clist_set_selection_mode(GTK_CLIST(stock_clist),
GTK_SELECTION_BROWSE);
+ gtkut_clist_set_redraw(GTK_CLIST(stock_clist));
GTK_WIDGET_UNSET_FLAGS(GTK_CLIST(stock_clist)->column[0].button,
GTK_CAN_FOCUS);
@@ -273,6 +274,7 @@ static void prefs_summary_column_create(void)
gtk_clist_set_reorderable(GTK_CLIST(shown_clist), TRUE);
gtk_clist_set_use_drag_icons(GTK_CLIST(shown_clist), FALSE);
#endif
+ gtkut_clist_set_redraw(GTK_CLIST(shown_clist));
GTK_WIDGET_UNSET_FLAGS(GTK_CLIST(shown_clist)->column[0].button,
GTK_CAN_FOCUS);