[totem] main: Disable "Properties" shortcut
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Disable "Properties" shortcut
- Date: Thu, 4 Jul 2013 16:00:02 +0000 (UTC)
commit 0ba02cbf897885a9bb9612ac7f6ab52b8ad1bfe3
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jul 3 17:56:43 2013 +0200
main: Disable "Properties" shortcut
So as not to show the Properties sidebar
src/totem-object.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/totem-object.c b/src/totem-object.c
index 9ca93bb..5edf649 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -1282,8 +1282,11 @@ totem_action_eject (TotemObject *totem)
void
totem_action_show_properties (TotemObject *totem)
{
+ /* FIXME Implement showing properties */
+#if 0
if (totem_object_is_fullscreen (totem) == FALSE)
totem_sidebar_set_current_page (totem, "properties", TRUE);
+#endif
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]