Skip to content

Commit

Permalink
selection
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-eri committed Jul 8, 2015
1 parent 51ac785 commit 482b5b9
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 @@ -174,7 +174,7 @@ def deltik_clicked(self,selection,*args):

def addtik_clicked(self,model):
row = model.append([False,"Новый Mikrotik","192.168.88.1",22,"admin","",0])
selection=builder.get_object("tikselection")
selection = self.builder.get_object("tikselection")
m,rows = selection.get_selected_rows()
for orow in rows:
selection.unselect_path(orow)
Expand Down

0 comments on commit 482b5b9

Please sign in to comment.