~ubuntu-branches/ubuntu/precise/totem/precise-updates

« back to all changes in this revision

Viewing changes to debian/patches/74_fix_compile.patch

  • Committer: Bazaar Package Importer
  • Author(s): Omer Akram
  • Date: 2011-03-15 17:29:09 UTC
  • Revision ID: james.westby@ubuntu.com-20110315172909-j7q0n9323kxgqd94
Tags: 2.32.0-0ubuntu10
* debian/patches/74_add_new_playlist_api.patch
  debian/patches/74_use_new_playlist_api.patch:
  - Fix the DnD of files in the playlist sidepane. (LP: #659001)
* debian/patches/74_fix_compile.patch:
  - Fix compiling after the above two patches.
* debian/patches/75_fix_screenshotting_of_interlaced_videos.patch:
  - Take screenshot does not work for some videos. (LP: #705361)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Omer Akram <om26er@ubuntu.com>
 
2
Author: Bastien Nocera <hadess@hadess.net>
 
3
Subject: Publish: Make it compile again.
 
4
Origin: http://git.gnome.org/browse/totem/commit/?h=gnome-2-32&id=67c4c2e07b00487391ab8b906360d3f3f09e9b84
 
5
Bug: https://bugs.gnome.org/636686
 
6
Bug-Ubuntu: https://launchpad.net/bugs/659001
 
7
 
 
8
--- a/src/plugins/publish/totem-publish.c
 
9
+++ b/src/plugins/publish/totem-publish.c
 
10
@@ -443,7 +443,7 @@ totem_publish_plugin_load_playlist (TotemPublishPlugin   *self,
 
11
 
 
12
                /* Add the MRLs to the playlist asynchronously and in order */
 
13
                if (mrl_list != NULL)
 
14
-                       totem_playlist_add_mrls (self->priv->totem->playlist, g_list_reverse (mrl_list), FALSE, NULL, NULL, NULL);
 
15
+                       totem_playlist_add_mrls (self->totem->playlist, g_list_reverse (mrl_list), FALSE, NULL, NULL, NULL);
 
16
        }
 
17
 
 
18
 out:
 
19
--
 
20
cgit v0.8.3.4