aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_summary_column.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-02 08:23:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-02 08:23:28 +0000
commitb4f66f4dbf383904028bc127ff7adc8c9e9eff66 (patch)
treeddf0d6f26f886d877bffd076bcbce810b4bf34c7 /src/prefs_summary_column.c
parent6705e5139881da7a8a798a31f74015a5c3897c75 (diff)
improved the display items dialog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1526 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_summary_column.c')
-rw-r--r--src/prefs_summary_column.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/prefs_summary_column.c b/src/prefs_summary_column.c
index a15e9285..951e1bc1 100644
--- a/src/prefs_summary_column.c
+++ b/src/prefs_summary_column.c
@@ -194,7 +194,7 @@ static void prefs_summary_column_create(void)
label = gtk_label_new
(_("Select items to be displayed on the summary view. You can modify\n"
- "the order by using the Up / Down button, or dragging the items."));
+ "the order by using the Up / Down button."));
gtk_widget_show(label);
gtk_box_pack_start(GTK_BOX(label_hbox), label, FALSE, FALSE, 4);
gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
@@ -269,8 +269,10 @@ static void prefs_summary_column_create(void)
gtk_container_add(GTK_CONTAINER(scrolledwin), shown_clist);
gtk_clist_set_selection_mode(GTK_CLIST(shown_clist),
GTK_SELECTION_BROWSE);
+#if 0
gtk_clist_set_reorderable(GTK_CLIST(shown_clist), TRUE);
gtk_clist_set_use_drag_icons(GTK_CLIST(shown_clist), FALSE);
+#endif
GTK_WIDGET_UNSET_FLAGS(GTK_CLIST(shown_clist)->column[0].button,
GTK_CAN_FOCUS);