totem r5094 - in trunk: . src/backend
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r5094 - in trunk: . src/backend
- Date: Sun, 10 Feb 2008 12:29:47 +0000 (GMT)
Author: hadess
Date: Sun Feb 10 12:29:46 2008
New Revision: 5094
URL: http://svn.gnome.org/viewvc/totem?rev=5094&view=rev
Log:
2008-02-10 Bastien Nocera <hadess hadess net>
* src/backend/bacon-video-widget-xine.c: (xine_event):
Really fix compile failure, spotted by Jens Granseuer
<jensgr gmx net> (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 Sun Feb 10 12:29:46 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'", event->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]