diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-05-07 04:24:33 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-07 04:24:33 +0800 |
commit | 1edcbb4aa658d9eb298b0d2347cf7fd85970b64a (patch) | |
tree | ca3dfa286901d0e9c410526a4856ed8d0ca8c643 /mail/em-marshal.list | |
parent | 55b11cd1608e14064222c83f35a85fe56b72038d (diff) | |
download | gsoc2013-evolution-1edcbb4aa658d9eb298b0d2347cf7fd85970b64a.tar.gz gsoc2013-evolution-1edcbb4aa658d9eb298b0d2347cf7fd85970b64a.tar.zst gsoc2013-evolution-1edcbb4aa658d9eb298b0d2347cf7fd85970b64a.zip |
Check that the folder is selectable using the new flags argument.
2004-05-06 Jeffrey Stedfast <fejj@ximian.com>
* mail-component.c (folder_selected_cb): Check that the folder is
selectable using the new flags argument.
* em-folder-selector.c (folder_selected_cb): Updated for below
changes.
* em-folder-tree.c (emft_tree_selection_changed): Updated to pass
a flags argument to the folder_selected signal.
(emft_tree_row_activated): Same.
svn path=/trunk/; revision=25816
Diffstat (limited to 'mail/em-marshal.list')
-rw-r--r-- | mail/em-marshal.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-marshal.list b/mail/em-marshal.list index aed944ea0f..6138abbf69 100644 --- a/mail/em-marshal.list +++ b/mail/em-marshal.list @@ -1,4 +1,5 @@ BOOLEAN:BOXED,POINTER,POINTER +VOID:STRING,STRING,UINT VOID:STRING,STRING BOOLEAN:POINTER VOID:POINTER,POINTER |