Tweaks to use inplace arithmetic
svn: r13191
This commit is contained in:
@ -281,7 +281,7 @@ class Bookmarks :
|
||||
self.namemodel.remove(the_iter)
|
||||
self.modified = True
|
||||
if row > 0:
|
||||
row = row - 1
|
||||
row -= 1
|
||||
self.namemodel.select_row(row)
|
||||
|
||||
def up_clicked(self, obj):
|
||||
|
Reference in New Issue
Block a user