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

ochosi pushed a 
commit to branch 
master
in repository xfce/xfce4-panel.

commit c157851e61b5deb3785b81135d0710358d2bbc51
Author: Ali Abdallah <a...@xfce.org>
Date:   Fri Jun 23 13:41:47 2017 +0200

    Fix PanelDBusService GType
---
 panel/panel-dbus-service.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel/panel-dbus-service.c b/panel/panel-dbus-service.c
index 65d235a..c404088 100644
--- a/panel/panel-dbus-service.c
+++ b/panel/panel-dbus-service.c
@@ -113,7 +113,7 @@ static gboolean dbus_exit_restart = FALSE;
 
 
 
-G_DEFINE_TYPE (PanelDBusService, panel_dbus_service, G_TYPE_OBJECT)
+G_DEFINE_TYPE (PanelDBusService, panel_dbus_service, 
XFCE_PANEL_TYPE_EXPORTED_SERVICE_SKELETON)
 
 
 

-- 
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