Re: [PATCH]scripts/kconfig/gconf.glade Update broken web addresses.

From: Justin P. Mattock
Date: Mon Sep 13 2010 - 13:34:31 EST


On 09/13/2010 08:56 AM, Michal Marek wrote:
On 11.9.2010 07:56, Justin P. Mattock wrote:
Below fixes a broken web address. Note: not sure if this is correct
or not.. Let me know..

Signed-off-by: Justin P. Mattock<justinmattock@xxxxxxxxx>

---
scripts/kconfig/gconf.glade | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/kconfig/gconf.glade b/scripts/kconfig/gconf.glade
index d52b0a7..8092dcf 100644
--- a/scripts/kconfig/gconf.glade
+++ b/scripts/kconfig/gconf.glade
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
-<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
+<!DOCTYPE glade-interface SYSTEM "http://library.gnome.org/devel/libglade/unstable/libglade-dtd.html";>

This URL does not host the dtd itself, so we can as well remove the
DOCTYPE declaration alltogether. I guess libglade validates the file
against it's own schema anyway.

Michal



o.k...

Justin P. Mattock
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/