summaryrefslogtreecommitdiff
path: root/src/totem-menu.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-05-14 19:00:32 +0200
committerBastien Nocera <hadess@hadess.net>2013-05-14 19:00:32 +0200
commita68275eea3ca8f78cdc7699417523f2b9e742b62 (patch)
treeca9d3ddad45c56d1f240349e95d8fd299df4bfbe /src/totem-menu.c
parentebe9d22222d85db1226b435e93a312f0e5295ff3 (diff)
downloadtotem-a68275eea3ca8f78cdc7699417523f2b9e742b62.tar.gz
main: Remove right-click popup
The cogwheel menu is visible in fullscreen and will contain pretty much everything the popup did.
Diffstat (limited to 'src/totem-menu.c')
-rw-r--r--src/totem-menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/totem-menu.c b/src/totem-menu.c
index 6741b766a..69d59ae8c 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -449,7 +449,7 @@ static void
totem_languages_update (Totem *totem, GList *list)
{
GtkAction *action;
- const char *paths[3] = { "/tmw-menubar/sound/languages/placeholder", "/totem-main-popup/popup-languages/placeholder", NULL };
+ const char *paths[3] = { "/tmw-menubar/sound/languages/placeholder", NULL };
int current;
/* Remove old UI */
@@ -489,7 +489,7 @@ totem_subtitles_update (Totem *totem, GList *list)
{
GtkAction *action;
int current;
- const char *paths[3] = { "/tmw-menubar/view/subtitles/placeholder", "/totem-main-popup/popup-subtitles/placeholder", NULL };
+ const char *paths[3] = { "/tmw-menubar/view/subtitles/placeholder", NULL };
/* Remove old UI */
gtk_ui_manager_remove_ui (totem->ui_manager, totem->subtitles_ui_id);