From: Dirk-Jan C. Binnema Date: Tue, 8 Aug 2006 09:08:22 +0000 (+0000) Subject: * smalll cleanup X-Git-Tag: git_migration_finished~4413 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=9b5b517054a99e87e285ad05caf643c6781fc372 * smalll cleanup pmo-trunk-r465 --- 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 */