summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-10-19 05:09:21 +0000
committerMatt Wilson <msw@redhat.com>2001-10-19 05:09:21 +0000
commit91eb1890711f7c3774e8f2a9a40145cd4cde623e (patch)
treebbe2fbaba0ca10fd748d36e7f8d9db47855b9a8c /gui.py
parentaf88b7fed9bc7a24194108688cb3b3db65716b98 (diff)
downloadanaconda-91eb1890711f7c3774e8f2a9a40145cd4cde623e.tar.gz
anaconda-91eb1890711f7c3774e8f2a9a40145cd4cde623e.tar.xz
anaconda-91eb1890711f7c3774e8f2a9a40145cd4cde623e.zip
rewrite the gui mouse dialog to use gtktreemodel/view
i18n mouse list remove debugging from gui.py accidently checked in
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui.py b/gui.py
index c9254391e..f21d6e85b 100755
--- a/gui.py
+++ b/gui.py
@@ -651,9 +651,6 @@ class InstallControlWindow:
def updateStockButtons(self):
for (icon, item, text, action) in self.stockButtons:
button = self.__dict__[item]
- foo = _(text)
- print text, foo
- print "len", len(foo)
button.label.set_text_with_mnemonic(_(text))
button.queue_resize()