fix indent oops

This commit is contained in:
Marcos Pinto 2007-10-10 19:49:45 +00:00
parent 5a813106ba
commit 991467790b
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class FilesTabManager(FilesBaseManager):
self.file_unique_id = unique_id
def priority_clicked(self, widget):
if self.manager.get_pref("use_compact_storage"):
if self.manager.get_pref("use_compact_storage"):
self.compact_allocation_warning()
else:
super(FilesTabManager, self).priority_clicked(widget)