/[smeserver]/rpms/anaconda/sme8/anaconda-centos-removeStatusText.patch
ViewVC logotype

Annotation of /rpms/anaconda/sme8/anaconda-centos-removeStatusText.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 17:57:22 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: anaconda-11_1_2_87-1_el5_sme, anaconda-11_1_2_195-1_el5_sme_1, anaconda-11_1_2_224-1_el5_centos_1, anaconda-11_1_2_195-1_el5_centos, anaconda-11_1_2_168-1_el5_sme_1, anaconda-11_1_2_242-1_el5_sme_1, anaconda-11_1_2_263-2_el5_centos, anaconda-11_1_2_242-1, anaconda-11_1_2_209-1_el5_sme, anaconda-11_1_2_263-2_el5_sme, anaconda-11_1_2_242-1_el5_sme, anaconda-11_1_2_168-1_el5_centos, HEAD
Import on branch sme8 of package anaconda-11.1.2.36-1.el5.sme.6.src.rpm

1 slords 1.1 diff -uNr anaconda-11.1.2.16__orig/iw/progress_gui.py anaconda-11.1.2.16/iw/progress_gui.py
2     --- anaconda-11.1.2.16__orig/iw/progress_gui.py 2006-10-20 16:15:47.000000000 +0100
3     +++ anaconda-11.1.2.16/iw/progress_gui.py 2007-03-08 01:50:48.000000000 +0000
4     @@ -371,7 +371,7 @@
5     if statusflag:
6     statusTable = gtk.Table (2, 2, False)
7     self.pkgstatus = gtk.Label("")
8     - statusTable.attach (gtk.Label(_("Status: ")), 0, 1, 0, 1, gtk.SHRINK)
9     + statusTable.attach (gtk.Label(_("")), 0, 1, 0, 1, gtk.SHRINK)
10     statusTable.attach (self.pkgstatus, 1, 2, 0, 1, gtk.FILL, gtk.FILL, ypadding=2)
11     vbox.pack_start (statusTable, False, False)
12     else:

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed