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

andre pushed a 
commit to branch 
master
in repository xfce/thunar.

commit 7cca9b2704e029ef59bbc1f885768bde7773986e
Author: Andre Miranda <andre...@xfce.org>
Date:   Fri Nov 3 22:40:59 2017 -0300

    Add missing ';' to thunarx-menu-item.h
---
 thunarx/thunarx-menu-item.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunarx/thunarx-menu-item.h b/thunarx/thunarx-menu-item.h
index 6a64ab9..3eaed6b 100644
--- a/thunarx/thunarx-menu-item.h
+++ b/thunarx/thunarx-menu-item.h
@@ -61,7 +61,7 @@ void              thunarx_menu_item_activate      
(ThunarxMenuItem *item);
 
 gboolean          thunarx_menu_item_get_sensitive (ThunarxMenuItem *item);
 void              thunarx_menu_item_set_sensitive (ThunarxMenuItem *item,
-                                                   gboolean         sensitive)
+                                                   gboolean         sensitive);
 
 G_END_DECLS;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to