[totem] properties: Handle "View" remote key
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] properties: Handle "View" remote key
- Date: Fri, 30 May 2014 17:50:36 +0000 (UTC)
commit 60cac8cc1362edd83fd51ee1eb28f7a1e5acf64d
Author: Bastien Nocera <hadess hadess net>
Date: Fri May 30 18:09:25 2014 +0200
properties: Handle "View" remote key
src/plugins/properties/totem-movie-properties.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/properties/totem-movie-properties.c b/src/plugins/properties/totem-movie-properties.c
index 8503e04..bda27b7 100644
--- a/src/plugins/properties/totem-movie-properties.c
+++ b/src/plugins/properties/totem-movie-properties.c
@@ -248,7 +248,7 @@ impl_activate (PeasActivatable *plugin)
GtkWindow *parent;
GMenu *menu;
GMenuItem *item;
- const char * const accels[] = { "<Primary>p", NULL };
+ const char * const accels[] = { "<Primary>p", "View", NULL };
pi = TOTEM_MOVIE_PROPERTIES_PLUGIN (plugin);
totem = g_object_get_data (G_OBJECT (plugin), "object");
@@ -280,7 +280,6 @@ impl_activate (PeasActivatable *plugin)
gtk_application_set_accels_for_action (GTK_APPLICATION (totem),
"app.properties",
accels);
- /* FIXME: Handle GDK_KEY_View */
/* Install the menu */
menu = totem_object_get_menu_section (totem, "properties-placeholder");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]