From 69547a286e2b85e2bdd805c9849f093d086e950a Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Sat, 18 Mar 2006 22:48:08 +0000 Subject: [PATCH] Fix notify-send on PPC. --- ChangeLog | 5 +++++ tools/notify-send.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ea0cd35..5371ec5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Mar 18 14:47:53 PST 2006 Christian Hammond + + * tools/notify-send.c: + - Fix notify-send on PPC. + Sat Feb 04 17:18:38 PST 2006 Christian Hammond * libnotify/notification.c: diff --git a/tools/notify-send.c b/tools/notify-send.c index ebbfa46..66445d9 100644 --- a/tools/notify-send.c +++ b/tools/notify-send.c @@ -39,7 +39,7 @@ main(int argc, const char **argv) gchar *icons = NULL; NotifyUrgency urgency = NOTIFY_URGENCY_NORMAL; long expire_timeout = NOTIFY_EXPIRES_DEFAULT; - char ch; + int ch; poptContext opt_ctx; const char **args; NotifyNotification *notify;