[PATCH] another unused variable in meldapp.py



dnd_targets looks unused

-- 
Vincent Legoll
Index: meldapp.py
===================================================================
--- meldapp.py	(révision 1153)
+++ meldapp.py	(copie de travail)
@@ -565,7 +565,7 @@
         elif 1:
             def showPrefs(): PreferencesDialog(self)
             gobject.idle_add(showPrefs)
-        dnd_targets = self.widget.drag_dest_set(
+        self.widget.drag_dest_set(
             gtk.DEST_DEFAULT_MOTION | gtk.DEST_DEFAULT_HIGHLIGHT | gtk.DEST_DEFAULT_DROP,
             [ ('text/uri-list', 0, 0) ],
             gtk.gdk.ACTION_COPY)


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