Fix notify-send on PPC.
This commit is contained in:
parent
cb2ee86909
commit
69547a286e
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue