[Galago-commits] r2612 - in trunk/libnotify: . tools

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sat Mar 18 14:48:11 PST 2006


Author: chipx86
Date: 2006-03-18 14:48:08 -0800 (Sat, 18 Mar 2006)
New Revision: 2612

Modified:
   trunk/libnotify/ChangeLog
   trunk/libnotify/tools/notify-send.c
Log:
Fix notify-send on PPC.


Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog	2006-03-18 21:47:37 UTC (rev 2611)
+++ trunk/libnotify/ChangeLog	2006-03-18 22:48:08 UTC (rev 2612)
@@ -1,3 +1,8 @@
+Sat Mar 18 14:47:53 PST 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* tools/notify-send.c:
+	  - Fix notify-send on PPC.
+
 Sat Feb 04 17:18:38 PST 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* libnotify/notification.c:

Modified: trunk/libnotify/tools/notify-send.c
===================================================================
--- trunk/libnotify/tools/notify-send.c	2006-03-18 21:47:37 UTC (rev 2611)
+++ trunk/libnotify/tools/notify-send.c	2006-03-18 22:48:08 UTC (rev 2612)
@@ -39,7 +39,7 @@
 	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;



More information about the galago-commits mailing list