Skip to content
Snippets Groups Projects
Commit 1dd251bb authored by roidelapluie's avatar roidelapluie
Browse files

Better comment

parent 966a6f7a
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ class MessageWindow:
self.notebook.set_show_tabs(False)
self.notebook.set_show_border(gajim.config.get('tabs_border'))
# set up DnD if GTK+ version < 2.10, use OUR way to reorder tabs
# if GTK+ version < 2.10, use OUR way to reorder tabs (set up DnD)
if gtk.pygtk_version < (2, 10, 0) or gtk.gtk_version < (2, 10, 0):
self.hid = self.notebook.connect('drag_data_received',
self.on_tab_label_drag_data_received_cb)
......
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