Enlightenment CVS wrote:
> Enlightenment CVS committal
> 
> Author  : englebass
> Project : e17
> Module  : libs/e_dbus
> 
> Dir     : e17/libs/e_dbus/src/bin
> 
> 
> Modified Files:
>       notification_daemon.c 
> 
> 
> Log Message:
> parameter is now unsigned
> 
> ===================================================================
> RCS file: /cvs/e/e17/libs/e_dbus/src/bin/notification_daemon.c,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -3 -r1.1 -r1.2
> --- notification_daemon.c     29 Oct 2007 02:20:47 -0000      1.1
> +++ notification_daemon.c     18 Jan 2008 18:39:43 -0000      1.2
> @@ -130,7 +130,7 @@
>  }
>  
>  void
> -cb_close_notification(E_Notification_Daemon *daemon, int notification_id)
> +cb_close_notification(E_Notification_Daemon *daemon, unsigned int 
> notification_id)
>  {
>    Daemon_Data *dd;
>    E_Notification *n;


Ok....WHY ??? Glad ya notified my before changing my code....THANKS :P

sh


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to