From c7e71f3c990e6444d053e186db9eb5a3feed91f3 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 25 Oct 2012 16:02:44 +0000 Subject: [PATCH] clouseau: Fixed fixme. We don't need to init elm anymore. SVN revision: 78467 --- src/lib/clouseau_client.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/lib/clouseau_client.c b/src/lib/clouseau_client.c index 07f9e4d..8f66812 100644 --- a/src/lib/clouseau_client.c +++ b/src/lib/clouseau_client.c @@ -322,10 +322,7 @@ ecore_main_loop_begin(void) if (!_elm_is_init) { - char *margv[] = { "clouseau" }; - /* Make sure we init elementary, wouldn't be needed once we - * take away the ui to another proc. */ - elm_init(1, margv); + _my_app_name = "clouseau"; } if(!_connect_to_daemon())