summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2006-01-20 10:00:32 +0000
committerChristian Hammond <chipx86@chipx86.com>2006-01-20 10:00:32 +0000
commit85342c8619067019e0422495dbf0f149f5271e7a (patch)
tree7f7b54669f7a1f8eea288939e33eae4075660e4d /tools
parenta834c839fc2af1f08675222b296ee538e9e1d3ce (diff)
downloadlibnotify-85342c8619067019e0422495dbf0f149f5271e7a.tar.gz
- Fix some weird argument ordering in the calls to dbus_g_proxy_call_*().
- Re-order the arguments as per the spec. - Change NOTIFY_TIMEOUT_* to NOTIFY_EXPIRES_*. - Update the spec to 0.9.
Diffstat (limited to 'tools')
-rw-r--r--tools/notify-send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/notify-send.c b/tools/notify-send.c
index 6e4b217..327a068 100644
--- a/tools/notify-send.c
+++ b/tools/notify-send.c
@@ -38,7 +38,7 @@ main(int argc, const char **argv)
gchar *icon_str = NULL;
gchar *icons = NULL;
NotifyUrgency urgency = NOTIFY_URGENCY_NORMAL;
- long expire_timeout = NOTIFY_TIMEOUT_DEFAULT;
+ long expire_timeout = NOTIFY_EXPIRES_DEFAULT;
char ch;
poptContext opt_ctx;
const char **args;