totem r5072 - in trunk: . src/backend



Author: hadess
Date: Wed Feb  6 13:00:48 2008
New Revision: 5072
URL: http://svn.gnome.org/viewvc/totem?rev=5072&view=rev

Log:
2008-02-06  Bastien Nocera  <hadess hadess net>

	* src/backend/bacon-video-widget-xine.c: (xine_event):
	Patch by GÃtz Waschk <waschk mandriva org> to fix the
	xine-lib build (Closes: #514391)



Modified:
   trunk/ChangeLog
   trunk/src/backend/bacon-video-widget-xine.c

Modified: trunk/src/backend/bacon-video-widget-xine.c
==============================================================================
--- trunk/src/backend/bacon-video-widget-xine.c	(original)
+++ trunk/src/backend/bacon-video-widget-xine.c	Wed Feb  6 13:00:48 2008
@@ -1482,7 +1482,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'", event->type, 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]