[gnote] Fix marshal for note-conflict-detected signal



commit 4700177f039898b31878c9df99e4aa4e73217f2a
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Sat Feb 25 20:56:16 2012 +0200

    Fix marshal for note-conflict-detected signal
    
    Use marshal for a pointer parameter.

 src/synchronization/syncdialog.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/synchronization/syncdialog.cpp b/src/synchronization/syncdialog.cpp
index 5d9bccd..7cb9efa 100644
--- a/src/synchronization/syncdialog.cpp
+++ b/src/synchronization/syncdialog.cpp
@@ -71,7 +71,7 @@ void gnote_sync_dialog_class_init(GnoteSyncDialogClass *klass)
                    G_TYPE_NONE, 1, G_TYPE_INT, NULL);
   g_signal_new("note-conflict-detected", G_TYPE_FROM_CLASS(klass),
                    GSignalFlags(G_SIGNAL_RUN_LAST | G_SIGNAL_NO_RECURSE | G_SIGNAL_NO_HOOKS),
-                   0, NULL, NULL, g_cclosure_marshal_VOID__VOID,
+                   0, NULL, NULL, g_cclosure_marshal_VOID__POINTER,
                    G_TYPE_NONE, 1, G_TYPE_POINTER, NULL);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]