Updating branch refs/heads/master
         to 1a84a6f6815e38d73fe739c6cb29bfbad34a0756 (commit)
       from 26947daaf4219756f73b97b3cc7c74adead5981e (commit)

commit 1a84a6f6815e38d73fe739c6cb29bfbad34a0756
Author: Peter de Ridder <[email protected]>
Date:   Sun Aug 21 14:30:30 2011 +0200

    Fixed argument type in signal registration

 src/archive_store.c |    2 +-
 src/notebook.c      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/archive_store.c b/src/archive_store.c
index 9aecb71..8faed2e 100644
--- a/src/archive_store.c
+++ b/src/archive_store.c
@@ -313,7 +313,7 @@ sq_archive_store_class_init(SQArchiveStoreClass *as_class)
                 g_cclosure_marshal_VOID__POINTER,
                 G_TYPE_NONE,
                 1,
-                G_TYPE_STRING,
+                G_TYPE_POINTER,
                 NULL);
 }
 
diff --git a/src/notebook.c b/src/notebook.c
index 97effba..85b2ec7 100644
--- a/src/notebook.c
+++ b/src/notebook.c
@@ -162,7 +162,7 @@ sq_notebook_class_init(SQNotebookClass *notebook_class)
                        G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION, 0,
                        NULL, NULL,
                        g_cclosure_marshal_VOID__POINTER,
-                       G_TYPE_NONE, 1, G_TYPE_STRING, NULL);
+                       G_TYPE_NONE, 1, G_TYPE_POINTER, NULL);
 
        sq_notebook_signals[SQ_NOTEBOOK_SIGNAL_STATE_CHANGED] = 
g_signal_new("archive-state-changed",
                        G_TYPE_FROM_CLASS(notebook_class),
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to