Hard code freeze break for yelp



Hi,

With the new URL in place for Yelp redirection [1] (thanks again jdub!),
I'm now asking permission to break hard code freeze to change yelp to
point to this address.

The (1 line) patch is attached.  It doesn't affect documentation or
translation.

Thanks
Don

[1] http://api.gnome.org/yelp/forums?query=query+string
Index: src/yelp-search-pager.c
===================================================================
RCS file: /cvs/gnome/yelp/src/yelp-search-pager.c,v
retrieving revision 1.35
diff -u -r1.35 yelp-search-pager.c
--- src/yelp-search-pager.c	16 Aug 2006 17:42:00 -0000	1.35
+++ src/yelp-search-pager.c	30 Aug 2006 09:25:51 -0000
@@ -66,7 +66,7 @@
 
 #define YELP_SEARCH_PAGER_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), YELP_TYPE_SEARCH_PAGER, YelpSearchPagerPriv))
 
-#define ONLINE_URL "http://gnomesupport.org/forums/search.php?search_keywords=%s&search_cat=1";
+#define ONLINE_URL "http://api.gnome.org/yelp/forums?query=%s";
 
 #define ONLINE_NAME N_("the GNOME Support Forums")
 
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/yelp/ChangeLog,v
retrieving revision 1.913
diff -u -r1.913 ChangeLog
--- ChangeLog	28 Aug 2006 19:42:55 -0000	1.913
+++ ChangeLog	30 Aug 2006 09:25:56 -0000
@@ -1,3 +1,8 @@
+2006-08-30  Don Scorgie  <dscorgie cvs gnome org>
+
+	* src/yelp-search-pager.c: 
+	Move online url to perminant address at gnome.org
+
 2006-08-28  Don Scorgie  <dscorgie cvs gnome org>
 
 	* src/yelp-io-channel.c:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]