[totem] rotation: Fix for get_video_widget() API change
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] rotation: Fix for get_video_widget() API change
- Date: Wed, 4 Jul 2012 10:30:18 +0000 (UTC)
commit 04da9197b34012093c8fc0d97fc37c0f038bc84d
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jul 4 11:28:43 2012 +0100
rotation: Fix for get_video_widget() API change
src/plugins/rotation/totem-rotation-plugin.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/rotation/totem-rotation-plugin.vala b/src/plugins/rotation/totem-rotation-plugin.vala
index 5570dbb..c2cded4 100644
--- a/src/plugins/rotation/totem-rotation-plugin.vala
+++ b/src/plugins/rotation/totem-rotation-plugin.vala
@@ -37,7 +37,7 @@ class RotationPlugin: GLib.Object, Peas.Activatable
Totem.Object t = (Totem.Object) this.object;
string mrl = t.get_current_mrl ();
- this.bvw = Totem.get_video_widget (t) as Bacon.VideoWidget;
+ this.bvw = t.get_video_widget () as Bacon.VideoWidget;
// add interface elements to control the rotation
unowned Gtk.UIManager ui_manager = t.get_ui_manager ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]