X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-ui-actions.c;h=6e067cdaa261da10ad5f15a1fb35f3c4274ff1e3;hp=77ac1d95f6405def199db2868e6adc2d40c63d5f;hb=00843109d0342129e01ba4b4848ad89eea5fe3e7;hpb=b2fef2fdeaa30de4c75513c2dffa701275885ce1 diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 77ac1d9..6e067cd 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -6693,3 +6693,13 @@ modest_ui_actions_on_delete_account (GtkWindow *parent_window, } return removed; } + +void +modest_ui_actions_on_fetch_images (GtkAction *action, + ModestWindow *window) +{ + g_return_if_fail (MODEST_IS_MSG_VIEW_WINDOW (window)); + + modest_msg_view_window_fetch_images (MODEST_MSG_VIEW_WINDOW (window)); + +}