totem r5914 - in trunk: . src/plugins/properties
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r5914 - in trunk: . src/plugins/properties
- Date: Tue, 13 Jan 2009 11:57:14 +0000 (UTC)
Author: hadess
Date: Tue Jan 13 11:57:14 2009
New Revision: 5914
URL: http://svn.gnome.org/viewvc/totem?rev=5914&view=rev
Log:
2009-01-13 Bastien Nocera <hadess hadess net>
* src/plugins/properties/bacon-video-widget-properties.c
(bacon_video_widget_properties_from_metadata): Fix artist
title mixup, spotted by Sebastian Keller (Closes: #567580)
Modified:
trunk/ChangeLog
trunk/src/plugins/properties/bacon-video-widget-properties.c
Modified: trunk/src/plugins/properties/bacon-video-widget-properties.c
==============================================================================
--- trunk/src/plugins/properties/bacon-video-widget-properties.c (original)
+++ trunk/src/plugins/properties/bacon-video-widget-properties.c Tue Jan 13 11:57:14 2009
@@ -262,8 +262,8 @@
void
bacon_video_widget_properties_from_metadata (BaconVideoWidgetProperties *props,
- const char *title,
const char *artist,
+ const char *title,
const char *album)
{
g_return_if_fail (props != NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]