summaryrefslogtreecommitdiff
path: root/src/totem-private.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-04 12:29:05 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-05 11:18:23 +0100
commit02cc0e0e4d83fe1ad978ec2729a5d96948700b9b (patch)
tree1401db4b7c0dc1244e72e6c833d9d251d200f48d /src/totem-private.h
parent0af7f3c9a485d3778459e7e92e407766a9da6d1a (diff)
downloadtotem-02cc0e0e4d83fe1ad978ec2729a5d96948700b9b.tar.gz
main: Remove app menu
Move items from the app menu to a menu button in the main window. This new hamburger menu will show in the content navigation/selection view and include the same items that were available in the app menu. As we do not want 2 hamburger menus in the player view, duplicate the preferences and keyboard shortcuts menu items in the player menu. See: https://gitlab.gnome.org/GNOME/Initiatives/wikis/App-Menu-Retirement Closes: #265
Diffstat (limited to 'src/totem-private.h')
-rw-r--r--src/totem-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/totem-private.h b/src/totem-private.h
index 76942b140..2eee4d886 100644
--- a/src/totem-private.h
+++ b/src/totem-private.h
@@ -139,6 +139,7 @@ struct _TotemObject {
GtkWidget *fullscreen_button;
GtkWidget *gear_button;
GtkWidget *add_button;
+ GtkWidget *main_menu_button;
char *player_title;