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;