Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : apps/express

Dir     : e17/apps/express/src


Modified Files:
        exp_main.c 


Log Message:
- you probably don't want to connect to 'my' hostname, heh. stick localhost
  in there, should work...

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/express/src/exp_main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- exp_main.c  13 Jan 2005 06:45:52 -0000      1.4
+++ exp_main.c  13 Jan 2005 18:11:17 -0000      1.5
@@ -47,7 +47,7 @@
 
   exp_fake_buddies(exp);
 
-  if (!exp_eb_connect(exp, "oberon"))
+  if (!exp_eb_connect(exp, "localhost"))
   {
     printf("Unable to connect to Everybody\n");
     /* XXX may want to exit here in the future ... */




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to