summary refs log tree commit diff stats
path: root/src/fe-gtk/setup.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-05-11 04:43:01 -0400
committerTingPing <tingping@tingping.se>2014-05-11 04:50:35 -0400
commitfea144dd19be5a8af2ddb94c8eda1e323d3cb69c (patch)
treef5a7d546e4e058ab7f8f4e2cd6592ff7a2e778d2 /src/fe-gtk/setup.c
parentfea528c39d3af1b8a877d9e0a9c9f927136944a9 (diff)
Add option to bounce dock icon on OSX
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r--src/fe-gtk/setup.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c
index 8e9e4be0..ff0126e0 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -400,7 +400,13 @@ static const setting alert_settings[] =
 	{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},
+#ifdef HAVE_GTK_MAC
+	{ST_3OGGLE, N_("Bounce dock icon on:"), 0, 0, (void *)taskbarlist, 0},
+#else
+#ifndef __APPLE__
 	{ST_3OGGLE, N_("Blink task bar on:"), 0, 0, (void *)taskbarlist, 0},
+#endif
+#endif
 #ifdef WIN32
 	{ST_3OGGLE, N_("Make a beep sound on:"), 0, N_("Play the \"Instant Message Notification\" system sound upon the selected events"), (void *)beeplist, 0},
 #else