From 484a226767548759a29493d2a3e2db82202bd675 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 18 Feb 2004 20:22:04 +0000 Subject: Pass flags to em_popup_target_new_folder() instead of just an isstore arg. 2004-02-18 Jeffrey Stedfast * em-folder-tree.c (emft_tree_button_press): Pass flags to em_popup_target_new_folder() instead of just an isstore arg. * em-popup.c (em_popup_target_new_folder): Instead of taking an isstore argument, take a flags argument so that our caller can give us hints about the selected folder/store. Also fixed a logic bug from my previous commit. svn path=/trunk/; revision=24785 --- mail/em-popup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-popup.h') diff --git a/mail/em-popup.h b/mail/em-popup.h index 3cc82840f4..f0e7de3782 100644 --- a/mail/em-popup.h +++ b/mail/em-popup.h @@ -165,7 +165,7 @@ struct _GtkMenu *em_popup_create_menu_once(EMPopup *emp, EMPopupTarget *, guint3 EMPopupTarget *em_popup_target_new_uri(const char *uri); EMPopupTarget *em_popup_target_new_select(struct _CamelFolder *folder, const char *folder_uri, GPtrArray *uids); EMPopupTarget *em_popup_target_new_part(struct _CamelMimePart *part, const char *mime_type); -EMPopupTarget *em_popup_target_new_folder(const char *uri, guint32 info_flags, int isstore); +EMPopupTarget *em_popup_target_new_folder(const char *uri, guint32 info_flags, guint32 popup_flags); void em_popup_target_free(EMPopupTarget *target); #ifdef __cplusplus -- cgit v1.2.3