Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-04-26 20:03:29 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-04-26 20:03:29 (GMT)
commitfea1c24eaf07bc6c14783260f4bae3a0ff6f5fe9 (patch)
tree176a717b4aa4c7396b8e47619b7b858cb4bd94a2 /shell
parente5a0ba9e2e12c3106a1ef55b223da4b0c74117b5 (diff)
size_request the right widget
Diffstat (limited to 'shell')
-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()