aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2007-11-17 18:46:46 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2007-11-17 18:46:46 +0000
commitadc78d4db58ce8dc213e773ebdcbbe533f30faf7 (patch)
tree73ab74032db1b68d24993901cdbeb3d614aaa5df
parentfix error in debug mode for bug 178475 (diff)
downloadgli-adc78d4db58ce8dc213e773ebdcbbe533f30faf7.tar.gz
gli-adc78d4db58ce8dc213e773ebdcbbe533f30faf7.tar.bz2
gli-adc78d4db58ce8dc213e773ebdcbbe533f30faf7.zip
correct bugzilla location for bug 178144
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1861 f8877401-5920-0410-a79b-8e2d7e04ca0d
-rw-r--r--ChangeLog4
-rw-r--r--src/fe/gtk/InstallFailed.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 63fea2c..39ed50d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.686 2006/09/15 16:37:11 agaffney Exp $
17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org>
+ src/fe/gtk/InstallFailed.py:
+ correct bugzilla location for bug 178144
+
+ 17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org>
src/GLIArchitectureTemplate.py, src/fe/gtk/gtkfe.py:
fix error in debug mode for bug 178475
force install_type to networkless for gtkfe
diff --git a/src/fe/gtk/InstallFailed.py b/src/fe/gtk/InstallFailed.py
index 63841bf..20be26b 100644
--- a/src/fe/gtk/InstallFailed.py
+++ b/src/fe/gtk/InstallFailed.py
@@ -14,7 +14,7 @@ class Panel(GLIScreen):
Your install has failed for one of numerous reasons. You can find the error in \
the logfile at /var/log/install.log.failed. Once you determine that the error was \
not caused by you, please file a bug at http://bugs.gentoo.org/ in the \
-Gentoo Hosted Projects/Installer component.
+Gentoo Release Media product and the Installer component.
"""
def __init__(self, controller):