~ubuntu-branches/ubuntu/saucy/notify-osd/saucy-proposed

« back to all changes in this revision

Viewing changes to examples/sync-icon-only.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-07-11 18:24:23 UTC
  • mfrom: (3.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20110711182423-j77ej6q249mz6izx
Tags: 0.9.31-0ubuntu1
* New upstream version:
  - use gtk3 (lp: #655232)
* debian/control: 
  - updated the build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                notification = notify_notification_new (
56
56
                                        "Eject", /* for a11y-reasons put something meaningfull here */
57
57
                                        NULL,
58
 
                                        "notification-device-eject",
59
 
                                        NULL);
 
58
                                        "notification-device-eject");
60
59
                notify_notification_set_hint_string (notification,
61
60
                                                     "x-canonical-private-icon-only",
62
 
                                                     "");
 
61
                                                     "true");
63
62
                notify_notification_set_hint_string (notification,
64
63
                                                     "x-canonical-private-synchronous",
65
 
                                                     "");
 
64
                                                     "true");
66
65
                error = NULL;
67
66
                success = notify_notification_show (notification, &error);
68
67
                if (!success)