~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to src/avahi.c

  • Committer: Martin Pitt
  • Date: 2011-06-08 07:28:28 UTC
  • Revision ID: martin.pitt@canonical.com-20110608072828-g2ss8i57tz1waj6j
Port to current libnotify 0.7 API. Bump libnotify-dev build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
                                       "network service discovery. The service "
20
20
                                       "has been disabled."
21
21
                                       ),
22
 
                                     GTK_STOCK_DIALOG_INFO,
23
 
                                     NULL);
 
22
                                     GTK_STOCK_DIALOG_INFO);
24
23
        notify_notification_set_timeout (n, 60000);
25
24
        notify_notification_show (n, NULL);
26
25