[gnome-chat] conversations-list: Set selection-mode to NONE



commit 33ab24a03857b1e57c2d7d667a0b037c8a6b80a1
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Sep 10 18:04:49 2013 +0200

    conversations-list: Set selection-mode to NONE

 src/chat-conversations-list.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/chat-conversations-list.c b/src/chat-conversations-list.c
index 3bb08a7..e097265 100644
--- a/src/chat-conversations-list.c
+++ b/src/chat-conversations-list.c
@@ -304,5 +304,5 @@ chat_conversations_list_class_init (ChatConversationsListClass *class)
 GtkWidget *
 chat_conversations_list_new (void)
 {
-  return g_object_new (CHAT_TYPE_CONVERSATIONS_LIST, NULL);
+  return g_object_new (CHAT_TYPE_CONVERSATIONS_LIST, "selection-mode", GTK_SELECTION_NONE, NULL);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]