Fix build against libnotify >= 0.7.0.

This commit is contained in:
Daiki Ueno
2010-11-15 12:49:01 +09:00
parent 12bc18e1ba
commit 862a54eac3
2 changed files with 35 additions and 10 deletions

View File

@ -1645,8 +1645,11 @@ main (int argc, char *argv[])
"eekboard is starting without a window.\n"
"To make eekboard show up, click on some window with "
"an editable widget.",
"keyboard",
NULL);
"keyboard"
#if NEED_LIBNOTIFY_ATTACH_WORKAROUND
, NULL
#endif
);
notify_notification_add_action
(notification,
"dont-ask",