summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--catalog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog.cxx b/catalog.cxx
index 709d20d..03a90a1 100644
--- a/catalog.cxx
+++ b/catalog.cxx
@@ -55,8 +55,8 @@ namespace ICClient {
for (size_t i = 0; i < catalog->length; i++)
addProduct(Product{catalog->products[i]});
icclient_catalog_free(catalog);
+ emit updated();
}
- emit updated();
}
}