[Xfce4-commits] <postler:master> Pass number of accounts from folder change monitor

Christian Dywan noreply at xfce.org
Wed Dec 22 04:28:01 CET 2010


Updating branch refs/heads/master
         to f7c50afdaaf7ffbce2a91312cf38eb95d5c914be (commit)
       from 733cfd12f239c91b8cbf0855645f8a3b531e10fa (commit)

commit f7c50afdaaf7ffbce2a91312cf38eb95d5c914be
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Dec 21 21:11:45 2010 +0100

    Pass number of accounts from folder change monitor

 postler/postler-folders.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/postler-folders.vala b/postler/postler-folders.vala
index 0fe9b41..24a9555 100644
--- a/postler/postler-folders.vala
+++ b/postler/postler-folders.vala
@@ -152,7 +152,7 @@ public class Postler.Folders : Gtk.TreeView {
                     monitor.changed.connect ((monitor, file, other, event) => {
                         var account_infos = new GLib.List<AccountInfo> ();
                         account_infos.prepend (account_info);
-                        populate_accounts (account_infos);
+                        populate_accounts (account_infos, num_accounts);
                     });
                     store.insert_with_values (out account_iter, null, -1,
                         Columns.ICON, Gtk.STOCK_DIRECTORY,



More information about the Xfce4-commits mailing list