Tweaks to use inplace arithmetic
svn: r13191
This commit is contained in:
@@ -71,7 +71,7 @@ class _TextFormatComboBox(gtk.ComboBox):
|
||||
self.store.append(row=[name])
|
||||
if plugin.get_extension() == active:
|
||||
active_index = index
|
||||
index = index + 1
|
||||
index += 1
|
||||
self.set_active(active_index)
|
||||
|
||||
def get_active_plugin(self):
|
||||
|
||||
Reference in New Issue
Block a user