add 2 missing _CON_ ...
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 1 Oct 2008 19:51:29 +0000 (19:51 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 1 Oct 2008 19:51:29 +0000 (19:51 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@36384 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/ecore_con.c

index c5b72b4..0589ab5 100644 (file)
@@ -1358,9 +1358,9 @@ static Ecore_Con_State svr_try_connect(Ecore_Con_Server *svr)
        return svr_try_connect_plain(svr);
       case ECORE_CON_DISCONNECTED:
        kill_server(svr);
-       return ECORE_DISCONNECTED;
+       return ECORE_CON_DISCONNECTED;
       default:
-       return ECORE_INPROGRESS;
+       return ECORE_CON_INPROGRESS;
      }
 #endif
 }