From 7e0d2d9d13ff862597b689bc8cd3195dc065bf9b Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 04 Jan 2014 05:19:42 -0500
Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail

---
 program/js/app.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index 44afd5c..da10214 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -5048,6 +5048,7 @@
   {
     var key = 'G'+prop.source+prop.id;
     if (this.treelist.remove(key)) {
+      this.triggerEvent('group_delete', { source:prop.source, id:prop.id });
       delete this.env.contactfolders[key];
       delete this.env.contactgroups[key];
     }

--
Gitblit v1.9.1