* Fixed GNOME build
authorSergio Villar Senin <svillar@igalia.com>
Thu, 10 Jan 2008 15:58:04 +0000 (15:58 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Thu, 10 Jan 2008 15:58:04 +0000 (15:58 +0000)
pmo-trunk-r4013

src/gnome/modest-msg-edit-window.c
src/gnome/modest-msg-view-window.c
src/widgets/modest-folder-view.c

index a457227..7b9729c 100644 (file)
@@ -549,7 +549,7 @@ modest_msg_edit_window_attach_file (ModestMsgEditWindow *window)
 
 void
 modest_msg_edit_window_remove_attachments (ModestMsgEditWindow *window,
-                                          GList *att_list)
+                                          TnyList *att_list)
 {
        g_return_if_fail (MODEST_MSG_EDIT_WINDOW (window));
 
index b7555c9..875f09b 100644 (file)
@@ -369,7 +369,7 @@ modest_msg_view_window_view_attachment (ModestMsgViewWindow *window, TnyMimePart
 }
 
 void
-modest_msg_view_window_save_attachments (ModestMsgViewWindow *window, GList *mime_parts)
+modest_msg_view_window_save_attachments (ModestMsgViewWindow *window, TnyList *mime_parts)
 {
        g_message ("not implemented %s", __FUNCTION__);
 }
@@ -450,7 +450,7 @@ modest_msg_view_window_toolbar_on_transfer_mode     (ModestMsgViewWindow *self)
 }
 
 
-GList *         
+TnyList *         
 modest_msg_view_window_get_attachments (ModestMsgViewWindow *win)
 {
        g_message ("NOT IMPLEMENTED %s", __FUNCTION__);
index cb9436a..5242232 100644 (file)
@@ -1599,7 +1599,7 @@ modest_folder_view_update_model (ModestFolderView *self,
 
        /* FIXME: the local accounts are not shown when the query
           selects only the subscribed folders */
-       model        = tny_gtk_folder_store_tree_model_new (NULL);
+       model = tny_gtk_folder_store_tree_model_new (NULL);
 
        /* Get the accounts: */
        tny_account_store_get_accounts (TNY_ACCOUNT_STORE(account_store),