X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-main-window-ui.h;h=a3d27c66bcad01244b28657bc8f7334cb9be6b3f;hb=f375a5693462be41074f1e5d3023b2b4d4a05ca3;hp=381db7b1fd8102a029d1d903de499c37567b2d03;hpb=136dbfa76d326f52704b11aa7841e0c9480521d9;p=modest diff --git a/src/maemo/modest-main-window-ui.h b/src/maemo/modest-main-window-ui.h index 381db7b..a3d27c6 100644 --- a/src/maemo/modest-main-window-ui.h +++ b/src/maemo/modest-main-window-ui.h @@ -74,7 +74,7 @@ static const GtkActionEntry modest_action_entries [] = { { "EditSelectAll", NULL, N_("mcen_me_viewer_selectall"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_select_all) }, { "EditMarkAsRead", NULL, N_("mcen_me_inbox_mark_as_read"), NULL, NULL, NULL }, { "EditMarkAsUnread", NULL, N_("mcen_me_inbox_mark_as_unread"), NULL, NULL, NULL }, - { "EditMoveTo", NULL, N_("mcen_me_inbox_moveto"), NULL, NULL, NULL }, + { "EditMoveTo", NULL, N_("mcen_me_inbox_moveto"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_move_to) }, /* View */ { "ViewSort", NULL, N_("mcen_me_inbox_sort"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_sort) }, @@ -115,6 +115,7 @@ static const GtkActionEntry modest_action_entries [] = { { "ToolbarMessageBack", GTK_STOCK_GO_BACK, N_("qgn_toolb_gene_back"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_prev) }, { "ToolbarMessageNext", GTK_STOCK_GO_FORWARD, N_("qgn_toolb_gene_forward"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_next) }, { "ToolbarMessageMoveTo", MODEST_TOOLBAR_ICON_MOVE_TO_FOLDER, N_("qgn_toolb_gene_movetofldr"), NULL, NULL, NULL }, + { "ToolbarCancel", GTK_STOCK_STOP, "", NULL, NULL, NULL }, }; static const GtkToggleActionEntry modest_toggle_action_entries [] = {