aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/crumbs/progressbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/ui/crumbs/progressbar.py')
-rw-r--r--lib/bb/ui/crumbs/progressbar.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/bb/ui/crumbs/progressbar.py b/lib/bb/ui/crumbs/progressbar.py
index 3e2c660e4..03230ae8a 100644
--- a/lib/bb/ui/crumbs/progressbar.py
+++ b/lib/bb/ui/crumbs/progressbar.py
@@ -44,9 +44,9 @@ class HobProgressBar (gtk.ProgressBar):
self.set_text(text)
def set_stop_title(self, text=None):
- if not text:
- text = ""
- self.set_text(text)
+ if not text:
+ text = ""
+ self.set_text(text)
def reset(self):
self.set_fraction(0)