aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-subscription-editor.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-09-26 23:45:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-09-26 23:45:11 +0800
commitf615000f6c1f549db7ea29ff8a3a011b1bd850cc (patch)
tree0555f6bdd6469dbfcdc77bd2ba7ac56aaeded849 /mail/em-subscription-editor.c
parent8c426446929d94c390c550177695a9f055f779ae (diff)
downloadgsoc2013-evolution-f615000f6c1f549db7ea29ff8a3a011b1bd850cc.tar
gsoc2013-evolution-f615000f6c1f549db7ea29ff8a3a011b1bd850cc.tar.gz
gsoc2013-evolution-f615000f6c1f549db7ea29ff8a3a011b1bd850cc.tar.bz2
gsoc2013-evolution-f615000f6c1f549db7ea29ff8a3a011b1bd850cc.tar.lz
gsoc2013-evolution-f615000f6c1f549db7ea29ff8a3a011b1bd850cc.tar.xz
gsoc2013-evolution-f615000f6c1f549db7ea29ff8a3a011b1bd850cc.tar.zst
gsoc2013-evolution-f615000f6c1f549db7ea29ff8a3a011b1bd850cc.zip
EMFolderTreeModel: Don't use parameters in "get_default" functions.
Drop EMFolderTreeModel's "session" property now that it has a "backend" property and call em_folder_tree_model_set_backend() where we used to call em_folder_tree_model_set_session(). The session can still be obtained through e_mail_backend_get_session().
Diffstat (limited to 'mail/em-subscription-editor.c')
-rw-r--r--mail/em-subscription-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-subscription-editor.c b/mail/em-subscription-editor.c
index 2dca93b51a..e2452d70bf 100644
--- a/mail/em-subscription-editor.c
+++ b/mail/em-subscription-editor.c
@@ -1077,7 +1077,7 @@ subscription_editor_realize (GtkWidget *widget)
/* Find stores to display, and watch for the initial store. */
- model = em_folder_tree_model_get_default (NULL);
+ model = em_folder_tree_model_get_default ();
list = em_folder_tree_model_list_stores (model);
for (link = list; link != NULL; link = g_list_next (link)) {