Fix notify-send on PPC.

This commit is contained in:
Christian Hammond 2006-03-18 22:48:08 +00:00
parent cb2ee86909
commit 69547a286e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sat Mar 18 14:47:53 PST 2006 Christian Hammond <chipx86@chipx86.com>
* tools/notify-send.c:
- Fix notify-send on PPC.
Sat Feb 04 17:18:38 PST 2006 Christian Hammond <chipx86@chipx86.com>
* libnotify/notification.c:

View File

@ -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;