Skip to content

Commit

Permalink
3.14 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-eri committed Jul 8, 2015
1 parent 16962c7 commit ab39061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def deltik_clicked(self,selection,*args):
fordelete = []
for row in rows:
#selection.unselect_path(row)
fordelete.append(Gtk.TreeRowReference(model,row))
fordelete.append(Gtk.TreeRowReference.new(model,row))
for row in fordelete:
path = row.get_path()
del model[path]
Expand Down

0 comments on commit ab39061

Please sign in to comment.