summaryrefslogtreecommitdiff
path: root/src/plugins/rotation
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-07-04 11:28:43 +0100
committerBastien Nocera <hadess@hadess.net>2012-07-04 11:28:43 +0100
commit04da9197b34012093c8fc0d97fc37c0f038bc84d (patch)
treec8b13fd1f89d7d1e3d19f7098b0a2141d093a3f0 /src/plugins/rotation
parenta22278e6f47e380fea7e5aef7690810a77520cf5 (diff)
downloadtotem-04da9197b34012093c8fc0d97fc37c0f038bc84d.tar.gz
rotation: Fix for get_video_widget() API change
Diffstat (limited to 'src/plugins/rotation')
-rw-r--r--src/plugins/rotation/totem-rotation-plugin.vala2
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 5570dbbab..c2cded41f 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 ();