totem r5334 - in branches/gnome-2-20: . src/backend



Author: hadess
Date: Thu Apr  3 16:43:26 2008
New Revision: 5334
URL: http://svn.gnome.org/viewvc/totem?rev=5334&view=rev

Log:
2008-04-03  Bastien Nocera  <hadess hadess net>

	* src/backend/bacon-video-widget-xine.c (xine_event):
	Fix FTBS for xine-lib backend (again), spotted by
	Paul Blazejowski <paulb blazebox homeip net> (Closes: #525029)



Modified:
   branches/gnome-2-20/ChangeLog
   branches/gnome-2-20/src/backend/bacon-video-widget-xine.c

Modified: branches/gnome-2-20/src/backend/bacon-video-widget-xine.c
==============================================================================
--- branches/gnome-2-20/src/backend/bacon-video-widget-xine.c	(original)
+++ branches/gnome-2-20/src/backend/bacon-video-widget-xine.c	Thu Apr  3 16:43:26 2008
@@ -1470,7 +1470,7 @@
 		if (g_utf8_validate (ui_data->str, -1, NULL) == FALSE) {
 			char *utf8;
 
-			g_warning ("Metadata for updated title not in UTF-8 for mrl '%s'", type, bvw->com->mrl);
+			g_warning ("Metadata for updated title not in UTF-8 for mrl '%s'", bvw->com->mrl);
 			utf8 = g_locale_to_utf8 (ui_data->str, -1, NULL, NULL, NULL);
 			if (utf8 != NULL) {
 				data = g_new0 (signal_data, 1);



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