diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-25 05:36:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-25 07:41:59 +0800 |
commit | a9dff2f33a06879403277a422fc579854aa99885 (patch) | |
tree | 36d8ccdaf876cc6ca36db80069dcbef8a26a60bf /mail/em-folder-properties.h | |
parent | b6fecfcd53bc5a733a7aaf3684cda077bfdd2e5e (diff) | |
download | gsoc2013-evolution-a9dff2f33a06879403277a422fc579854aa99885.tar.gz gsoc2013-evolution-a9dff2f33a06879403277a422fc579854aa99885.tar.zst gsoc2013-evolution-a9dff2f33a06879403277a422fc579854aa99885.zip |
Use em_folder_tree_get_selected() in places to simplify code.
There were a few places where we were accessing the folder tree model
directly to get the selected store + folder name, or were asking for the
selected URI only to parse back into its store + folder name components.
Diffstat (limited to 'mail/em-folder-properties.h')
-rw-r--r-- | mail/em-folder-properties.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/em-folder-properties.h b/mail/em-folder-properties.h index 8ceda89ca4..fbb8dadac9 100644 --- a/mail/em-folder-properties.h +++ b/mail/em-folder-properties.h @@ -30,7 +30,8 @@ G_BEGIN_DECLS void em_folder_properties_show (EShellView *shell_view, - const gchar *folder_uri); + CamelStore *store, + const gchar *folder_name); G_END_DECLS |