* smalll cleanup
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 8 Aug 2006 09:08:22 +0000 (09:08 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 8 Aug 2006 09:08:22 +0000 (09:08 +0000)
pmo-trunk-r465

src/widgets/modest-header-view.c
src/widgets/modest-header-view.h

index dfae1bd..8b817be 100644 (file)
@@ -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);
index da23d72..9a8a933 100644 (file)
@@ -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 */