diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-02-19 04:36:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-19 04:36:53 +0800 |
commit | a9ce8971bd4898b129fd6ff7e622204f3798ebaf (patch) | |
tree | 07e6afab8122c31e2c28fdead1938c039d66c9f2 /mail/ChangeLog | |
parent | c78fb71c1d633687a6c657e024bd9057675545b9 (diff) | |
download | gsoc2013-evolution-a9ce8971bd4898b129fd6ff7e622204f3798ebaf.tar gsoc2013-evolution-a9ce8971bd4898b129fd6ff7e622204f3798ebaf.tar.gz gsoc2013-evolution-a9ce8971bd4898b129fd6ff7e622204f3798ebaf.tar.bz2 gsoc2013-evolution-a9ce8971bd4898b129fd6ff7e622204f3798ebaf.tar.lz gsoc2013-evolution-a9ce8971bd4898b129fd6ff7e622204f3798ebaf.tar.xz gsoc2013-evolution-a9ce8971bd4898b129fd6ff7e622204f3798ebaf.tar.zst gsoc2013-evolution-a9ce8971bd4898b129fd6ff7e622204f3798ebaf.zip |
Pass flags to em_popup_target_new_folder() instead of just an isstore arg.
2004-02-18 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c (emft_tree_button_press): Pass flags to
em_popup_target_new_folder() instead of just an isstore arg.
(emft_tree_button_press): Fake the fi flags for vTrash/vJunk so
that em-popup.c can disable the delete flag for these.
svn path=/trunk/; revision=24787
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a2bae13be6..d68f31dca7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -2,6 +2,8 @@ * em-folder-tree.c (emft_tree_button_press): Pass flags to em_popup_target_new_folder() instead of just an isstore arg. + (emft_tree_button_press): Fake the fi flags for vTrash/vJunk so + that em-popup.c can disable the delete flag for these. * em-popup.c (em_popup_target_new_folder): Instead of taking an isstore argument, take a flags argument so that our caller can |