[totem/gnome-2-32] publish: Make it compile again
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-2-32] publish: Make it compile again
- Date: Fri, 28 Jan 2011 12:37:00 +0000 (UTC)
commit 67c4c2e07b00487391ab8b906360d3f3f09e9b84
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jan 28 12:35:31 2011 +0000
publish: Make it compile again
After the last cherry-pick from master.
src/plugins/publish/totem-publish.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/publish/totem-publish.c b/src/plugins/publish/totem-publish.c
index 005a94a..810f61b 100644
--- a/src/plugins/publish/totem-publish.c
+++ b/src/plugins/publish/totem-publish.c
@@ -443,7 +443,7 @@ totem_publish_plugin_load_playlist (TotemPublishPlugin *self,
/* Add the MRLs to the playlist asynchronously and in order */
if (mrl_list != NULL)
- totem_playlist_add_mrls (self->priv->totem->playlist, g_list_reverse (mrl_list), FALSE, NULL, NULL, NULL);
+ totem_playlist_add_mrls (self->totem->playlist, g_list_reverse (mrl_list), FALSE, NULL, NULL, NULL);
}
out:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]