diff options
author | William Jon McCann <jmccann@redhat.com> | 2010-10-08 22:47:06 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2010-10-08 22:47:06 -0400 |
commit | 27e05d0f9562a26163493d6cc1d5924b9a4ebf68 (patch) | |
tree | 874a35f87e96de2a77e12605bcd3c5e29f462a9b /tests/test-xy.c | |
parent | 3f14ad4c7141b70e3c7fafce27373a6c38ad98b7 (diff) | |
download | libnotify-27e05d0f9562a26163493d6cc1d5924b9a4ebf68.tar.gz |
Remove the ability to attach notifications to widgets or positions
Diffstat (limited to 'tests/test-xy.c')
-rw-r--r-- | tests/test-xy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-xy.c b/tests/test-xy.c index ad4891c..ff53d98 100644 --- a/tests/test-xy.c +++ b/tests/test-xy.c @@ -33,7 +33,6 @@ main () n = notify_notification_new ("X, Y Test", "This notification should point to 150, 10", - NULL, NULL); notify_notification_set_hint_int32 (n, "x", 150); |