[Xfce4-commits] [apps/mousepad] 01/01: Fix the signal definition of user-set-language (bug #13630)

noreply at xfce.org noreply at xfce.org
Sat Jun 10 03:50:24 CEST 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 apps/mousepad.

commit 14de1ad83a7fafda77888ea3240cce02fa44f58c
Author: Andre Miranda <andre42m at gmail.com>
Date:   Fri Jun 9 22:49:36 2017 -0300

    Fix the signal definition of user-set-language (bug #13630)
    
    It was causing GLib-GObject-CRITICAL **:
    g_cclosure_marshal_VOID__OBJECT: assertion 'n_param_values == 2' failed
---
 mousepad/mousepad-action-group.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mousepad/mousepad-action-group.c b/mousepad/mousepad-action-group.c
index acea132..2b0c132 100644
--- a/mousepad/mousepad-action-group.c
+++ b/mousepad/mousepad-action-group.c
@@ -124,7 +124,7 @@ mousepad_action_group_class_init (MousepadActionGroupClass *klass)
                 G_SIGNAL_RUN_LAST,
                 0, NULL, NULL,
                 g_cclosure_marshal_VOID__OBJECT,
-                G_TYPE_NONE, 0,
+                G_TYPE_NONE, 1,
                 GTK_SOURCE_TYPE_LANGUAGE);
 }
 

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


More information about the Xfce4-commits mailing list