From 6aad5075541a12b94f1c7e49fe2254e94c3303c1 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Sun, 10 May 2009 13:27:17 +0200 Subject: [PATCH] Fix toolbar ui manager load in gnome and maemo ports * src/widgets/modest-msg-edit-window-ui.h: properly set the send and find toolbar actions, to be for non hildon2 ports, instead of hildon2 port only. --- src/widgets/modest-msg-edit-window-ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/modest-msg-edit-window-ui.h b/src/widgets/modest-msg-edit-window-ui.h index bcee8da..02bd710 100644 --- a/src/widgets/modest-msg-edit-window-ui.h +++ b/src/widgets/modest-msg-edit-window-ui.h @@ -105,7 +105,7 @@ static const GtkActionEntry modest_msg_edit_action_entries [] = { { "CloseWindowShortcut", NULL, NULL, "Escape", NULL, NULL }, /* TOOLBAR ACTIONS */ -#ifdef MODEST_TOOLKIT_HILDON2 +#ifndef MODEST_TOOLKIT_HILDON2 /* Find in page. This is a normal menu option in Hildon2, and a checkbox in the others */ { "FindInMessage", NULL, N_("mcen_me_viewer_find"), "F", NULL, G_CALLBACK (modest_ui_actions_on_toggle_find_in_page)}, { "ToolbarSend", MODEST_TOOLBAR_ICON_MAIL_SEND, MODEST_TOOLBAR_ICON_MAIL_SEND, "Return", NULL, G_CALLBACK (modest_ui_actions_on_send) }, -- 1.7.9.5