From 20be4777a5063a478eb3d0dda8ad1c44a17c040b Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 20 Jan 2006 15:51:33 +0000 Subject: [PATCH] show the MOVE cursor instead of the COPY cursor when dnding tabs --- src/message_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/message_window.py b/src/message_window.py index 218e0157a..f1f99b1d6 100644 --- a/src/message_window.py +++ b/src/message_window.py @@ -91,7 +91,7 @@ class MessageWindow: self.hid = self.notebook.connect('drag_data_received', self.on_tab_label_drag_data_received_cb) self.notebook.drag_dest_set(gtk.DEST_DEFAULT_ALL, self.DND_TARGETS, - gtk.gdk.ACTION_COPY) + gtk.gdk.ACTION_MOVE) def _on_window_focus(self, widget, event): # window received focus, so if we had urgency REMOVE IT