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 <[EMAIL PROTECTED]>
* src/backend/bacon-video-widget-xine.c: (xine_event):
Really fix compile failure, spotted by Jens Granseuer
<[EMAIL PROTECTED]> (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);
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.