[Galago-commits] r2696 - trunk/libgalago/tests
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Mon Apr 10 00:54:21 PDT 2006
Author: chipx86
Date: 2006-04-10 00:54:19 -0700 (Mon, 10 Apr 2006)
New Revision: 2696
Modified:
trunk/libgalago/tests/presence-feed.c
Log:
Woops, revert that.
Modified: trunk/libgalago/tests/presence-feed.c
===================================================================
--- trunk/libgalago/tests/presence-feed.c 2006-04-10 07:53:36 UTC (rev 2695)
+++ trunk/libgalago/tests/presence-feed.c 2006-04-10 07:54:19 UTC (rev 2696)
@@ -53,8 +53,8 @@
galago_presence_add_status(presence, status);
/* Add contacts to our AIM account */
- person = galago_create_person(NULL);
- contact = galago_service_create_account(aim_service, person, "ukeAco");
+ person = galago_create_person("gonkulator-1");
+ contact = galago_service_create_account(aim_service, person, "lottabs2");
presence = galago_account_create_presence(contact);
galago_presence_set_idle(presence, TRUE, time(NULL));
More information about the galago-commits
mailing list