mikelolasagasti / revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.
https://revelation.olasagasti.info
GNU General Public License v2.0
55 stars 24 forks source link

Moving multiple entries gives error #30

Closed mikelolasagasti closed 4 years ago

mikelolasagasti commented 4 years ago

Moving multiple entries using DND causes the following error:

  File "/usr/local/lib64/python3.8/site-packages/revelation/ui.py", line 1098, in __cb_drag_motion
    self.drag_begin( (( "revelation/treerow", Gtk.TargetFlags.SAME_APP | Gtk.TargetFlags.SAME_WIDGET, 0), ), Gdk.DragAction.MOVE, userdata.button, userdata)
TypeError: argument targets: Expected Gtk.TargetList, but got tuple