From: Jose Dapena Paz Date: Sun, 10 May 2009 11:27:17 +0000 (+0200) Subject: Fix toolbar ui manager load in gnome and maemo ports X-Git-Tag: 3.0.17-rc4~12 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=6aad5075541a12b94f1c7e49fe2254e94c3303c1 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. --- 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) },