[totem] main: Remove properties accel in main



commit 16342bc3a845245a072d787bebdb4d5876972ce0
Author: Bastien Nocera <hadess hadess net>
Date:   Fri May 30 18:11:46 2014 +0200

    main: Remove properties accel in main
    
    It's already setup in the properties plugin.

 src/totem-menu.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/totem-menu.c b/src/totem-menu.c
index 800e58d..c635375 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -292,8 +292,6 @@ totem_app_menu_setup (Totem *totem)
        gtk_application_set_accels_for_action (GTK_APPLICATION (totem), "app.next-angle", (const char * const 
*) accels);
        accels[0] = "<Primary>M";
        gtk_application_set_accels_for_action (GTK_APPLICATION (totem), "app.root-menu", (const char * const 
*) accels);
-       accels[0] = "<Primary>P";
-       gtk_application_set_accels_for_action (GTK_APPLICATION (totem), "app.properties", (const char * const 
*) accels);
        accels[0] = "<Primary>E";
        gtk_application_set_accels_for_action (GTK_APPLICATION (totem), "app.eject", (const char * const *) 
accels);
        gtk_window_set_application (GTK_WINDOW (totem->win), GTK_APPLICATION (totem));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]