From 9b5b517054a99e87e285ad05caf643c6781fc372 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 8 Aug 2006 09:08:22 +0000 Subject: [PATCH] * smalll cleanup pmo-trunk-r465 --- src/widgets/modest-header-view.c | 2 +- src/widgets/modest-header-view.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/widgets/modest-header-view.c b/src/widgets/modest-header-view.c index dfae1bd..8b817be 100644 --- a/src/widgets/modest-header-view.c +++ b/src/widgets/modest-header-view.c @@ -119,7 +119,7 @@ modest_header_view_class_init (ModestHeaderViewClass *klass) g_signal_new ("item_not_found", G_TYPE_FROM_CLASS (gobject_class), G_SIGNAL_RUN_FIRST, - G_STRUCT_OFFSET (ModestHeaderViewClass,message_not_found), + G_STRUCT_OFFSET (ModestHeaderViewClass,item_not_found), NULL, NULL, g_cclosure_marshal_VOID__INT, G_TYPE_NONE, 1, G_TYPE_INT); diff --git a/src/widgets/modest-header-view.h b/src/widgets/modest-header-view.h index da23d72..9a8a933 100644 --- a/src/widgets/modest-header-view.h +++ b/src/widgets/modest-header-view.h @@ -64,9 +64,9 @@ struct _ModestHeaderViewClass { TnyMsgIface *msg, gpointer user_data); - void (*message_not_found) (ModestHeaderView* self, - ModestItemType type, - gpointer user_data); + void (*item_not_found) (ModestHeaderView* self, + ModestItemType type, + gpointer user_data); /* msg == NULL implies that the operation is finished, ie. * the progress indictation can be hidden */ -- 1.7.9.5