summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2004-08-30 07:56:26 +0000
committerMark McLoughlin <markmc@src.gnome.org>2004-08-30 07:56:26 +0000
commit95820f2cd294eedaa21c0f6d155ab604fe01f266 (patch)
tree648a9f399ff8d982af7567a27d628cf6b007d474
parent2abc04976980864772ad8550728f88957180a642 (diff)
downloadgnome-desktop-95820f2cd294eedaa21c0f6d155ab604fe01f266.tar.gz
Patch from Alan Horkan <horkana@tcd.ie> in bug #151345
2004-08-30 Mark McLoughlin <mark@skynet.ie> Patch from Alan Horkan <horkana@tcd.ie> in bug #151345 * gnome-about.c: (create_canvas): link to news.gnome.org rather than gnomedesktop.org
-rw-r--r--gnome-about/ChangeLog7
-rw-r--r--gnome-about/gnome-about.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/gnome-about/ChangeLog b/gnome-about/ChangeLog
index fa6f5f8a..e924bc08 100644
--- a/gnome-about/ChangeLog
+++ b/gnome-about/ChangeLog
@@ -1,3 +1,10 @@
+2004-08-30 Mark McLoughlin <mark@skynet.ie>
+
+ Patch from Alan Horkan <horkana@tcd.ie> in bug #151345
+
+ * gnome-about.c: (create_canvas): link to news.gnome.org
+ rather than gnomedesktop.org
+
==================== 2.7.91 ====================
2004-08-04 Malcolm Tredinnick <malcolm@commsecure.com.au>
diff --git a/gnome-about/gnome-about.c b/gnome-about/gnome-about.c
index 7fefe60c..e4764fb9 100644
--- a/gnome-about/gnome-about.c
+++ b/gnome-about/gnome-about.c
@@ -1010,7 +1010,7 @@ create_canvas (void)
*/
href = href_item_new (root,
_("News"),
- "http://www.gnomedesktop.org",
+ "http://news.gnome.org",
&current_x, &current_y);
item = create_dot (root, &current_x, &current_y, dot_delta);