[Galago-commits] r2522 - in trunk/galago-daemon: . src
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Wed Feb 1 20:52:53 PST 2006
Author: chipx86
Date: 2006-02-01 20:52:47 -0800 (Wed, 01 Feb 2006)
New Revision: 2522
Modified:
trunk/galago-daemon/ChangeLog
trunk/galago-daemon/src/account.c
trunk/galago-daemon/src/meta-person.c
Log:
Compile again! Ignore the warnings. I'll fix them later.
Modified: trunk/galago-daemon/ChangeLog
===================================================================
--- trunk/galago-daemon/ChangeLog 2006-02-02 04:51:57 UTC (rev 2521)
+++ trunk/galago-daemon/ChangeLog 2006-02-02 04:52:47 UTC (rev 2522)
@@ -1,3 +1,9 @@
+Wed Feb 01 20:52:27 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * src/account.c:
+ * src/meta-person.c:
+ - Compile again! Ignore the warnings. I'll fix them later.
+
Tue Jan 10 00:41:18 PST 2006 Christian Hammond <chipx86 at chipx86.com>
* src/account.c:
Modified: trunk/galago-daemon/src/account.c
===================================================================
--- trunk/galago-daemon/src/account.c 2006-02-02 04:51:57 UTC (rev 2521)
+++ trunk/galago-daemon/src/account.c 2006-02-02 04:52:47 UTC (rev 2522)
@@ -363,7 +363,7 @@
}
}
- galago_account_set_presence(account, presence);
+ _galago_account_set_presence(account, presence);
galagod_dbus_send_empty_reply(dbus_conn, message);
Modified: trunk/galago-daemon/src/meta-person.c
===================================================================
--- trunk/galago-daemon/src/meta-person.c 2006-02-02 04:51:57 UTC (rev 2521)
+++ trunk/galago-daemon/src/meta-person.c 2006-02-02 04:52:47 UTC (rev 2522)
@@ -124,7 +124,7 @@
meta_account = GALAGOD_META_ACCOUNT(account);
main_account = galagod_meta_account_get_account(meta_account);
- galago_account_set_person(main_account, dest->person);
+ _galago_account_set_person(main_account, dest->person);
}
galagod_meta_person_destroy(src);
More information about the galago-commits
mailing list