diff options
author | Milan Crha <mcrha@redhat.com> | 2009-11-18 21:06:33 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-11-18 21:06:33 +0800 |
commit | ff6be368c53aa208774242e507828bddce99b6cc (patch) | |
tree | 90a3ef8285fd4f85a4893061c34066467edd43aa /calendar/gui/e-memo-table.c | |
parent | 327c54dbbc1645acda50b8c60019ec5fe5722711 (diff) | |
download | gsoc2013-evolution-ff6be368c53aa208774242e507828bddce99b6cc.tar.gz gsoc2013-evolution-ff6be368c53aa208774242e507828bddce99b6cc.tar.zst gsoc2013-evolution-ff6be368c53aa208774242e507828bddce99b6cc.zip |
Bug #602098 - No progress notification from GnomeCalendar
Diffstat (limited to 'calendar/gui/e-memo-table.c')
-rw-r--r-- | calendar/gui/e-memo-table.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/e-memo-table.c b/calendar/gui/e-memo-table.c index fc4b2c82ce..c60784912f 100644 --- a/calendar/gui/e-memo-table.c +++ b/calendar/gui/e-memo-table.c @@ -700,9 +700,9 @@ memo_table_class_init (EMemoTableClass *class) G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION, G_STRUCT_OFFSET (EMemoTableClass, status_message), NULL, NULL, - g_cclosure_marshal_VOID__STRING, - G_TYPE_NONE, 1, - G_TYPE_STRING); + e_marshal_VOID__STRING_DOUBLE, + G_TYPE_NONE, 2, + G_TYPE_STRING, G_TYPE_DOUBLE); signals[USER_CREATED] = g_signal_new ( "user-created", |