[anjal] Fix a crash during DnD
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjal] Fix a crash during DnD
- Date: Wed, 1 Jul 2009 06:24:54 +0000 (UTC)
commit 80e24e7957aa59c762f39398fb1af32ef7d37cfb
Author: Srinivasa Ragavan <sragavan novell com>
Date: Fri Jun 26 18:03:21 2009 +0530
Fix a crash during DnD
src/mail-folder-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mail-folder-view.c b/src/mail-folder-view.c
index 1f55dc9..38a0921 100644
--- a/src/mail-folder-view.c
+++ b/src/mail-folder-view.c
@@ -1432,7 +1432,7 @@ mail_folder_view_construct (MailFolderView *shell)
shell->tree = (GtkTreeView *)gtk_tree_view_new ();
sel = gtk_tree_view_get_selection (shell->tree);
-// gtk_tree_selection_set_mode (sel, GTK_SELECTION_MULTIPLE);
+ gtk_tree_selection_set_mode (sel, GTK_SELECTION_BROWSE);
gtk_tree_view_set_enable_search (shell->tree, FALSE);
gtk_container_add ((GtkContainer *)priv->view_scroller, (GtkWidget *)shell->tree);
gtk_tree_view_set_fixed_height_mode (shell->tree, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]