summary refs log tree commit diff stats
path: root/src/fe-gtk/setup.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-02-15 12:34:31 -0500
committerTingPing <tingping@tingping.se>2014-02-15 12:34:46 -0500
commit40e8ca9f6eead4cc6a734a77d8cccd03498d9ff0 (patch)
tree75d640be90de20e2de16401e11b9fc015c904716 /src/fe-gtk/setup.c
parentd3b47711035449058d2d124baca9ebc1e7e821c1 (diff)
Hide tray balloon option on OSX
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r--src/fe-gtk/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c
index 6ac073da..8e9e4be0 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -396,7 +396,7 @@ static const setting alert_settings[] =
 	{ST_HEADER,	N_("Alerts"),0,0,0},
 
 	{ST_ALERTHEAD},
-#ifndef WIN32
+#if !defined (WIN32) && !defined (__APPLE__)
 	{ST_3OGGLE, N_("Show tray balloons on:"), 0, 0, (void *)balloonlist, 0},
 #endif
 	{ST_3OGGLE, N_("Blink tray icon on:"), 0, 0, (void *)trayblinklist, 0},