Updating branch refs/heads/master
to f7c50afdaaf7ffbce2a91312cf38eb95d5c914be (commit)
from 733cfd12f239c91b8cbf0855645f8a3b531e10fa (commit)
commit f7c50afdaaf7ffbce2a91312cf38eb95d5c914be
Author: Christian Dywan <[email protected]>
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,
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits