From 62b482ca293ced476d6f682bd03e34139f4ff5b1 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 2 Dec 2003 05:16:22 +0000 Subject: Added empty_trash prompt key. 2003-12-02 Not Zed * evolution-mail.schemas: Added empty_trash prompt key. * em-utils.c (em_utils_prompt_user): changed to take the gconf 'prompt again' key directly. Fixed callers. (em_utils_expunge_folder): prompt the user with an expunge specific message. (em_utils_empty_trash): have an empty-trash specific message for prompting confirm. (emu_confirm_expunge): removed, no longer needed. Bug #38613. (em_utils_expunge_folder): remove most line feeds, let the label wrap them. (em_utils_empty_trash): ditto. * em-subscribe-editor.c (sub_folder_subscribed): update the ui selection state after we're done. maybe we should listen on the model but this is easier. Bug #50861. * em-message-browser.c (emmb_activate): hook up our own verb list. (emmb_message_verbs[], emmb_close): implement the close verb. Bug #51558. * em-format-html-display.c (efhd_attachment_popup): duh, actually add the menu list we create. Bug #49902. * em-format.c (d): turn off debug, committed by accident. svn path=/trunk/; revision=23562 --- mail/em-format-html-display.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 2980e2e39b..808f8d030e 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -954,6 +954,7 @@ efhd_attachment_popup(GtkWidget *w, GdkEventButton *event, struct _attach_puri * item = &efhd_menu_items[info->shown?2:1]; item->activate_data = info; menus = g_slist_prepend(menus, item); + em_popup_add_items(emp, menus, (GDestroyNotify)g_slist_free); menu = em_popup_create_menu_once(emp, target, target->mask, target->mask); if (event) -- cgit v1.2.3