From 75b5c970950f11249353ee10931305cfc1c21400 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 3 Mar 2013 12:18:19 +1300 Subject: Revert "show current filepath in status bar" This reverts commit bf8367d6cf3e6b5b1e916453c9cf114194174a1a. This just doesn't work. We need a better solution, probably in the next release. --- libmproxy/console/__init__.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'libmproxy') diff --git a/libmproxy/console/__init__.py b/libmproxy/console/__init__.py index a16cc4dc..4e408012 100644 --- a/libmproxy/console/__init__.py +++ b/libmproxy/console/__init__.py @@ -195,9 +195,6 @@ class StatusBar(common.WWrap): if self.master.stream: r.append("[W:%s]"%self.master.stream_path) - if self.master.state.last_saveload: - r.append("[%s]"%self.master.state.last_saveload) - return r def redraw(self): -- cgit v1.2.3