All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]scripts/kconfig/gconf.glade Update broken web addresses.
@ 2010-09-11  5:56 Justin P. Mattock
  2010-09-13 15:56 ` Michal Marek
  0 siblings, 1 reply; 4+ messages in thread
From: Justin P. Mattock @ 2010-09-11  5:56 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

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@gmail.com>

---
 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">
 
 <glade-interface>
 
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH]scripts/kconfig/gconf.glade Update broken web addresses.
  2010-09-11  5:56 [PATCH]scripts/kconfig/gconf.glade Update broken web addresses Justin P. Mattock
@ 2010-09-13 15:56 ` Michal Marek
  2010-09-13 17:35   ` Justin P. Mattock
  2010-09-13 19:57   ` Justin P. Mattock
  0 siblings, 2 replies; 4+ messages in thread
From: Michal Marek @ 2010-09-13 15:56 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: trivial, linux-kernel

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@gmail.com>
> 
> ---
>  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH]scripts/kconfig/gconf.glade Update broken web addresses.
  2010-09-13 15:56 ` Michal Marek
@ 2010-09-13 17:35   ` Justin P. Mattock
  2010-09-13 19:57   ` Justin P. Mattock
  1 sibling, 0 replies; 4+ messages in thread
From: Justin P. Mattock @ 2010-09-13 17:35 UTC (permalink / raw)
  To: Michal Marek; +Cc: trivial, linux-kernel

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@gmail.com>
>>
>> ---
>>   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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH]scripts/kconfig/gconf.glade Update broken web addresses.
  2010-09-13 15:56 ` Michal Marek
  2010-09-13 17:35   ` Justin P. Mattock
@ 2010-09-13 19:57   ` Justin P. Mattock
  1 sibling, 0 replies; 4+ messages in thread
From: Justin P. Mattock @ 2010-09-13 19:57 UTC (permalink / raw)
  To: Michal Marek; +Cc: trivial, linux-kernel


> 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. hopefully it's as easy as just removing the whole DOCTYPE line
(if there's more to this, im not real sure on what todo..)

Justin P. Mattock

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-09-13 19:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-11  5:56 [PATCH]scripts/kconfig/gconf.glade Update broken web addresses Justin P. Mattock
2010-09-13 15:56 ` Michal Marek
2010-09-13 17:35   ` Justin P. Mattock
2010-09-13 19:57   ` Justin P. Mattock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.