From fb0fa183ce55a79b0adaa592a8f9fad4d1bb2e02 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 10 Jan 2008 15:58:04 +0000 Subject: [PATCH] * Fixed GNOME build pmo-trunk-r4013 --- src/gnome/modest-msg-edit-window.c | 2 +- src/gnome/modest-msg-view-window.c | 4 ++-- src/widgets/modest-folder-view.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gnome/modest-msg-edit-window.c b/src/gnome/modest-msg-edit-window.c index a457227..7b9729c 100644 --- a/src/gnome/modest-msg-edit-window.c +++ b/src/gnome/modest-msg-edit-window.c @@ -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)); diff --git a/src/gnome/modest-msg-view-window.c b/src/gnome/modest-msg-view-window.c index b7555c9..875f09b 100644 --- a/src/gnome/modest-msg-view-window.c +++ b/src/gnome/modest-msg-view-window.c @@ -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__); diff --git a/src/widgets/modest-folder-view.c b/src/widgets/modest-folder-view.c index cb9436a..5242232 100644 --- a/src/widgets/modest-folder-view.c +++ b/src/widgets/modest-folder-view.c @@ -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), -- 1.7.9.5