X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-msg-view-window-ui-dimming.h;h=359e96c72cba98d8a2638f51cf9a451bb9a71cb6;hb=d7a668c4c7f0f1a4468bbab754819d0bfd930977;hp=7b6e16f61ecda0eadb6774798f8b6650a96cc7e9;hpb=dc8f7048af4418298076c46916cd993597e292b8;p=modest diff --git a/src/maemo/modest-msg-view-window-ui-dimming.h b/src/maemo/modest-msg-view-window-ui-dimming.h index 7b6e16f..359e96c 100644 --- a/src/maemo/modest-msg-view-window-ui-dimming.h +++ b/src/maemo/modest-msg-view-window-ui-dimming.h @@ -36,12 +36,12 @@ static const ModestDimmingEntry modest_msg_view_menu_dimming_entries [] = { /* Attachments Menu */ { "/MenuBar/AttachmentsMenu", NULL }, { "/MenuBar/AttachmentsMenu/ViewAttachmentMenu", G_CALLBACK(modest_ui_dimming_rules_on_view_attachments) }, - { "/MenuBar/AttachmentsMenu/SaveAttachmentMenu", G_CALLBACK(modest_ui_dimming_rules_on_view_attachments) }, + { "/MenuBar/AttachmentsMenu/SaveAttachmentMenu", G_CALLBACK(modest_ui_dimming_rules_on_save_attachments) }, { "/MenuBar/AttachmentsMenu/RemoveAttachmentMenu", G_CALLBACK(modest_ui_dimming_rules_on_remove_attachments) }, /* Tools Menu */ { "/MenuBar/ToolsMenu", NULL }, - { "/MenuBar/ToolsMenu/ToolsContactsMenu", }, + { "/MenuBar/ToolsMenu/ToolsAddToContactsMenu", G_CALLBACK (modest_ui_dimming_rules_on_add_to_contacts) }, /* Close Menu */ { "/MenuBar/CloseMenu", NULL },