From 7b5a7c843b6643ab40d9a80e2ad2c2391838bef6 Mon Sep 17 00:00:00 2001 From: Daniel Carbonell Fraj Date: Fri, 16 Apr 2004 16:55:21 +0000 Subject: [PATCH] small fix to the gnome_url button --- ChangeLog | 5 +++++ src/dialogs.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e3afe4c..79bb6e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-16 Dani Carbonell + + * src/dialogs.c (prefdialog_new): fixed the gnome_url button, the + webpage name has changed. + 2004-02-16 Jordi Mallach * NEWS: Updated for 0.7.6. diff --git a/src/dialogs.c b/src/dialogs.c index dd655d9..38a3898 100644 --- a/src/dialogs.c +++ b/src/dialogs.c @@ -905,7 +905,7 @@ void prefdialog_new (void) GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 0); gtk_table_attach (GTK_TABLE(table), frame, 1, 2, 1, 2, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0); - url = gnome_href_new ("http://gtetrinet.sourceforge.net/themes.shtml", _("Download new themes")); + url = gnome_href_new ("http://gtetrinet.sourceforge.net/themes.html", _("Download new themes")); gtk_table_attach (GTK_TABLE(table), url, 1, 2, 2, 3, GTK_EXPAND | GTK_FILL, GTK_EXPAND | GTK_SHRINK, 0, 0); gtk_widget_show_all (table); -- 2.50.1