[evolution-data-server] M!52 - Replace several G_TYPE_POINTER to their actual type in signal declaration ][
- From: Milan Crha <mcrha src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [evolution-data-server] M!52 - Replace several G_TYPE_POINTER to their actual type in signal declaration ][
 
- Date: Fri, 20 Nov 2020 07:39:17 +0000 (UTC)
 
commit 5326d8ef7a6b8e0db292571da706df3f2e00cdad
Author: Milan Crha <mcrha redhat com>
Date:   Fri Nov 20 08:38:03 2020 +0100
    M!52 - Replace several G_TYPE_POINTER to their actual type in signal declaration ][
    
    Fix an incorrect type on one place in the initial commit.
    
    Related to https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/52
 src/calendar/libecal/e-reminder-watcher.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/calendar/libecal/e-reminder-watcher.c b/src/calendar/libecal/e-reminder-watcher.c
index 97a2d5a47..61cce92f1 100644
--- a/src/calendar/libecal/e-reminder-watcher.c
+++ b/src/calendar/libecal/e-reminder-watcher.c
@@ -2288,7 +2288,7 @@ e_reminder_watcher_class_init (EReminderWatcherClass *klass)
                NULL,
                g_cclosure_marshal_generic,
                G_TYPE_NONE, 4,
-               E_TYPE_REMINDER_WATCHER,
+               E_TYPE_REMINDER_DATA,
                I_CAL_TYPE_TIME,
                G_TYPE_POINTER,
                G_TYPE_INT);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]