[gnome-commander] GnomeCmdFileList: drop GDK_ACTION_DEFAULT as it 'means nothing, and should not be used'



commit f6728b12aadad745ef9309c27e7ead660b06c47b
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sat Aug 6 23:40:04 2011 +0200

    GnomeCmdFileList: drop GDK_ACTION_DEFAULT as it 'means nothing, and should not be used'

 src/gnome-cmd-file-list.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-file-list.cc b/src/gnome-cmd-file-list.cc
index a4f3dbf..f593b82 100644
--- a/src/gnome-cmd-file-list.cc
+++ b/src/gnome-cmd-file-list.cc
@@ -2863,7 +2863,7 @@ void GnomeCmdFileList::init_dnd()
     gtk_drag_source_set (*this,
                          GDK_BUTTON1_MASK,
                          drag_types, G_N_ELEMENTS (drag_types),
-                         (GdkDragAction) (GDK_ACTION_LINK | GDK_ACTION_MOVE | GDK_ACTION_COPY | GDK_ACTION_ASK | GDK_ACTION_DEFAULT));
+                         (GdkDragAction) (GDK_ACTION_LINK | GDK_ACTION_MOVE | GDK_ACTION_COPY | GDK_ACTION_ASK));
 
     g_signal_connect (this, "drag-data-get", G_CALLBACK (drag_data_get), this);
     g_signal_connect (this, "drag-end", G_CALLBACK (drag_end), this);



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