[network-manager-netbook] Disable DND.



commit 0bd2b78f97ceb873a5fef352002b1a37ff094108
Author: Tambet Ingo <tambet gmail com>
Date:   Fri Aug 28 15:30:40 2009 +0300

    Disable DND.
    
    See http://bugzilla.moblin.org/show_bug.cgi?id=5499 and
    https://bugzilla.novell.com/show_bug.cgi?id=528715.

 src/nmn-list.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/nmn-list.c b/src/nmn-list.c
index 3e6003f..5e066b4 100644
--- a/src/nmn-list.c
+++ b/src/nmn-list.c
@@ -161,9 +161,13 @@ nmn_list_add_item (NmnList *list,
     g_return_if_fail (NMN_IS_LIST (list));
     g_return_if_fail (NMN_IS_ITEM (item));
 
+    /* FIXME: See http://bugzilla.moblin.org/show_bug.cgi?id=5499
+       and https://bugzilla.novell.com/show_bug.cgi?id=528715 */
+#if 0
     gtk_drag_source_set (GTK_WIDGET (item), GDK_BUTTON1_MASK, 
                          nmn_list_targets, G_N_ELEMENTS (nmn_list_targets),
                          GDK_ACTION_MOVE);
+#endif
 
     g_signal_connect (item, "drag-begin",
                       G_CALLBACK (drag_begin),



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