From 991467790b5a79068b3c0a5faccdf9f9e208d00a Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 10 Oct 2007 19:49:45 +0000 Subject: [PATCH] fix indent oops --- plugins/TorrentFiles/tab_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TorrentFiles/tab_files.py b/plugins/TorrentFiles/tab_files.py index 16293af20..4c9464fa8 100644 --- a/plugins/TorrentFiles/tab_files.py +++ b/plugins/TorrentFiles/tab_files.py @@ -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)