summaryrefslogtreecommitdiffstats
path: root/iw/progress_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-05-03 02:00:45 +0000
committerJeremy Katz <katzj@redhat.com>2005-05-03 02:00:45 +0000
commit2521c76d7c2b0eedf6e6e224ff97ea30f8b8fe8a (patch)
tree5e6b947284f1ca179c20d084268f9e4921163d32 /iw/progress_gui.py
parent0ca4092ba10994638954a4d3c4afb34db1dd9e26 (diff)
downloadanaconda-2521c76d7c2b0eedf6e6e224ff97ea30f8b8fe8a.tar.gz
anaconda-2521c76d7c2b0eedf6e6e224ff97ea30f8b8fe8a.tar.xz
anaconda-2521c76d7c2b0eedf6e6e224ff97ea30f8b8fe8a.zip
2005-05-02 Jeremy Katz <katzj@redhat.com>
* iw/progress_gui.py (InstallProgressWindow_NEW.setPackage): Slightly shorter strings. * anaconda: If the monitor doesn't support 800x600, try 1024x768; helps with G3 iMac. Use the same xconfig for post-install as during install. Allow booting with "usefbx" to go back to old fbdev X behavior on ppc. (#149188) * loader2/loader.c (parseCmdLineFlags): Add usefbx
Diffstat (limited to 'iw/progress_gui.py')
-rw-r--r--iw/progress_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/progress_gui.py b/iw/progress_gui.py
index cc495e048..253fa8c05 100644
--- a/iw/progress_gui.py
+++ b/iw/progress_gui.py
@@ -231,7 +231,7 @@ class InstallProgressWindow_NEW (InstallWindow):
if (summary == None):
summary = "(none)"
else:
- summary = "%.75s" %(summary,)
+ summary = "%.70s" %(summary,)
self.curPackage["summary"].set_text (summary)
def setSizes (self, total, totalSize, totalFiles):