[totem/gnome-2-28] Fix link to codecs web page



commit 0057d9adb58fa4ce1cb5d18eb754d715b015d0e7
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Apr 8 13:51:06 2010 +0100

    Fix link to codecs web page

 src/totem-object.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-object.c b/src/totem-object.c
index d4c7bd0..5f322e1 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -1183,7 +1183,7 @@ totem_action_load_media (Totem *totem, TotemDiscMediaType type, const char *devi
 
 		/* No plugin for the media type */
 		if (g_error_matches (error, BVW_ERROR, BVW_ERROR_NO_PLUGIN_FOR_FILE) != FALSE) {
-			link = "http://www.gnome.org/projects/totem/#codecs";;
+			link = "http://projects.gnome.org/totem/#codecs";;
 			link_text = _("More information about media plugins");
 			secondary = _("Please install the necessary plugins and restart Totem to be able to play this media.");
 			if (type == MEDIA_TYPE_DVD || type == MEDIA_TYPE_VCD)



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