Skip to content
Snippets Groups Projects
Commit 20be4777 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

show the MOVE cursor instead of the COPY cursor when dnding tabs

parent c4ea6556
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment