aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-client-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-client-utils.c')
-rw-r--r--e-util/e-client-utils.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/e-util/e-client-utils.c b/e-util/e-client-utils.c
index 04efbe8177..167c1afcf5 100644
--- a/e-util/e-client-utils.c
+++ b/e-util/e-client-utils.c
@@ -312,12 +312,7 @@ client_utils_open_new_async_cb (GObject *source_object,
return;
}
- if (e_client_is_opened (async_data->client)) {
- client_utils_open_new_done (async_data);
- return;
- }
-
- /* wait for 'opened' signal, which is received in client_utils_opened_cb */
+ client_utils_open_new_done (async_data);
}
/**