aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-11-18 21:06:33 +0800
committerMilan Crha <mcrha@redhat.com>2009-11-18 21:06:33 +0800
commitff6be368c53aa208774242e507828bddce99b6cc (patch)
tree90a3ef8285fd4f85a4893061c34066467edd43aa /calendar/gui/e-calendar-table.c
parent327c54dbbc1645acda50b8c60019ec5fe5722711 (diff)
downloadgsoc2013-evolution-ff6be368c53aa208774242e507828bddce99b6cc.tar
gsoc2013-evolution-ff6be368c53aa208774242e507828bddce99b6cc.tar.gz
gsoc2013-evolution-ff6be368c53aa208774242e507828bddce99b6cc.tar.bz2
gsoc2013-evolution-ff6be368c53aa208774242e507828bddce99b6cc.tar.lz
gsoc2013-evolution-ff6be368c53aa208774242e507828bddce99b6cc.tar.xz
gsoc2013-evolution-ff6be368c53aa208774242e507828bddce99b6cc.tar.zst
gsoc2013-evolution-ff6be368c53aa208774242e507828bddce99b6cc.zip
Bug #602098 - No progress notification from GnomeCalendar
Diffstat (limited to 'calendar/gui/e-calendar-table.c')
-rw-r--r--calendar/gui/e-calendar-table.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index 4ea57c2abb..2b11da0582 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -917,9 +917,9 @@ calendar_table_class_init (ECalendarTableClass *class)
G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
G_STRUCT_OFFSET (ECalendarTableClass, 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",