[totem] rotation: Fix warning on exit
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] rotation: Fix warning on exit
- Date: Mon, 16 Dec 2013 08:05:00 +0000 (UTC)
commit dcbc187c9d66b73600b3d3cc15add9adb9728af5
Author: Bastien Nocera <hadess hadess net>
Date: Mon Nov 4 12:07:16 2013 +0100
rotation: Fix warning on exit
Due to the use of the wrong menu ID.
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 9a3c3ec..3dde20c 100644
--- a/src/plugins/rotation/totem-rotation-plugin.vala
+++ b/src/plugins/rotation/totem-rotation-plugin.vala
@@ -84,7 +84,7 @@ class RotationPlugin: GLib.Object, Peas.Activatable
t.file_opened.disconnect (this.cb_file_opened);
// remove interface elements to control the rotation
- t.empty_menu_section ("rotate-placeholder");
+ t.empty_menu_section ("rotation-placeholder");
// remove accelerators
t.remove_accelerator("app.rotate-right", null);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]