r7147 - dumbhippo/trunk/client/linux/src
- From: commits mugshot org
- To: online-desktop-list gnome org
- Subject: r7147 - dumbhippo/trunk/client/linux/src
- Date: Tue, 8 Jan 2008 11:11:13 -0600 (CST)
Author: hp
Date: 2008-01-08 11:11:13 -0600 (Tue, 08 Jan 2008)
New Revision: 7147
Modified:
dumbhippo/trunk/client/linux/src/hippo-dbus-local.c
Log:
fix a comment and a misquoted string
Modified: dumbhippo/trunk/client/linux/src/hippo-dbus-local.c
===================================================================
--- dumbhippo/trunk/client/linux/src/hippo-dbus-local.c 2008-01-08 02:12:04 UTC (rev 7146)
+++ dumbhippo/trunk/client/linux/src/hippo-dbus-local.c 2008-01-08 17:11:13 UTC (rev 7147)
@@ -193,10 +193,6 @@
if (!local_buddy || local_buddy->user_resource_id == NULL) {
hippo_im_remove_buddy(resource_id);
} else {
- /* It would be more complete to provide the unix name exported over the local service
- * as the alias, but right now we won't actually use it for anything, so we don't
- * bother pulling it out.
- */
hippo_im_update_buddy(resource_id,
"mugshot-local", local_buddy->user_resource_id,
local_buddy->name,
@@ -271,7 +267,7 @@
}
g_debug("local: Read local user info user resource ID '%s' and name '%s'\n",
- info_entries[0].value, info_entries[1].value ? info_entries[1].value : 'null');
+ info_entries[0].value, info_entries[1].value ? info_entries[1].value : "null");
if (user_resource_id_p)
*user_resource_id_p = g_strdup(info_entries[0].value);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]