[Xfce4-commits] [xfce/thunar] 01/02: Add missing '; ' to thunarx-menu-item.h
noreply at xfce.org
noreply at xfce.org
Sat Nov 4 02:46:43 CET 2017
This is an automated email from the git hooks/post-receive script.
a n d r e 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/thunar.
commit 7cca9b2704e029ef59bbc1f885768bde7773986e
Author: Andre Miranda <andreldm at 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.
More information about the Xfce4-commits
mailing list