~ubuntu-branches/ubuntu/lucid/libnotify/lucid

« back to all changes in this revision

Viewing changes to tests/test-image.c

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-04-16 10:15:43 UTC
  • mfrom: (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20070416101543-4ugkf1fzv2mbr4kp
Tags: 0.4.4-3
* Drop GNOME team from uploaders and uploaders.mk include; add myself to
  uploaders.
* Merge never uploaded 0.4.3-3 changelog entry into 0.4.4-1.
* Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
  cdbs >= 0.4.41.
* Add ${misc:Depends}.
* Wrap build-deps and deps.
* Prepend -z defs to LDFLAGS to be safe with --as-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
        /* Stock icon */
60
60
        n = notify_notification_new("Icon Test", "Testing stock icon",
61
 
                                                                "stock_samples", NULL);
 
61
                                                                "appointment-new", NULL);
62
62
 
63
63
        if (!notify_notification_show(n, NULL))
64
64
        {