summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/ug-client.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/ug-client.c b/client/ug-client.c
index 99a5754..bce7b97 100644
--- a/client/ug-client.c
+++ b/client/ug-client.c
@@ -571,6 +571,11 @@ static int app_reset(bundle *b, void *data)
evas_object_show(ad->win);
}
+ if (ad->ug) {
+ ug_destroy(ad->ug);
+ ad->ug = NULL;
+ }
+
if (ad->data) /* ug-launcher */
app_control_create_event(ad->data, &app_control);
else