Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xshell/src/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/src/shell.py b/shell/src/shell.py
index 9230c11..aa63284 100755
--- a/shell/src/shell.py
+++ b/shell/src/shell.py
@@ -186,7 +186,7 @@ class ActivityHost(dbus.service.Object):
self.label_hbox.set_size_request(tab_width, -1);
else:
self.tab_label.set_ellipsize(pango.ELLIPSIZE_NONE)
- widget.set_size_request(-1, -1)
+ self.label_hbox.set_size_request(-1, -1)
def __get_close_icon_size(self):
settings = self.label_hbox.get_settings()