aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/applist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/applist.cpp b/src/applist.cpp
index 36c5917..06921c0 100644
--- a/src/applist.cpp
+++ b/src/applist.cpp
@@ -37,6 +37,7 @@ AppList::~AppList(){}
void AppList::addClient(const string &appid, const string &role){
shared_ptr<WMClient> client = std::make_shared<WMClient>(appid, role);
client_list[appid] = client;
+ client_dump();
}
void AppList::removeClient(const string &appid){