[Xfce4-commits] [xfce/libxfce4ui] 01/01: Use BOOLEAN instead of BOOL

noreply at xfce.org noreply at xfce.org
Fri Dec 1 13:42:49 CET 2017


This is an automated email from the git hooks/post-receive script.

s   k   u   n   n   y   k       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/libxfce4ui.

commit 993654eb26ecfab63de6930d1a9a84015ef15a7e
Author: Romain B <skunnyk at alteroot.org>
Date:   Fri Dec 1 11:19:08 2017 +0100

    Use BOOLEAN instead of BOOL
    
    - This fix "The token "BOOL" is deprecated; use "BOOLEAN" instead"
    warning (BOOL is deprecated since ages).
---
 libxfce4ui/libxfce4ui-marshal.list | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libxfce4ui/libxfce4ui-marshal.list b/libxfce4ui/libxfce4ui-marshal.list
index 22a6d67..6ff7797 100644
--- a/libxfce4ui/libxfce4ui-marshal.list
+++ b/libxfce4ui/libxfce4ui-marshal.list
@@ -1 +1 @@
-BOOL:VOID
+BOOLEAN:VOID

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list