From adc78d4db58ce8dc213e773ebdcbbe533f30faf7 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sat, 17 Nov 2007 18:46:46 +0000 Subject: correct bugzilla location for bug 178144 git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1861 f8877401-5920-0410-a79b-8e2d7e04ca0d --- ChangeLog | 4 ++++ src/fe/gtk/InstallFailed.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 63fea2c..39ed50d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2005-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.686 2006/09/15 16:37:11 agaffney Exp $ + 17 Nov 2007; Andrew Gaffney + src/fe/gtk/InstallFailed.py: + correct bugzilla location for bug 178144 + 17 Nov 2007; Andrew Gaffney src/GLIArchitectureTemplate.py, src/fe/gtk/gtkfe.py: fix error in debug mode for bug 178475 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): -- cgit v1.2.3-65-gdbad