summaryrefslogtreecommitdiffstats
path: root/linux.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-01-02 20:49:10 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-01-03 07:25:35 -0800
commit513df18f50afc13fcef9f2421b5a33b772eed380 (patch)
tree1be4f906412b41303a5b1c80355014ed5f969d98 /linux.c
parent53ecd2025d00e844fbfb84b5765d975e1e8942be (diff)
downloadsubsurface-513df18f50afc13fcef9f2421b5a33b772eed380.tar.gz
Even more Mac-i-ness
Move the About and Preferences menu item to the App menu. Switch the accelerator key to be Meta (i.e., Command) instead of Control This required a bit of restructuring of the code, but it's all for a good cause. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'linux.c')
-rw-r--r--linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux.c b/linux.c
index bec4f08fb..f0ab2841c 100644
--- a/linux.c
+++ b/linux.c
@@ -59,7 +59,7 @@ const char *subsurface_icon_name()
}
void subsurface_ui_setup(GtkSettings *settings, GtkWidget *menubar,
- GtkWidget *vbox)
+ GtkWidget *vbox, GtkUIManager *ui_manager)
{
if (!divelist_font)
divelist_font = DIVELIST_DEFAULT_FONT;