libpurple/dbus-server.c

changeset 16205
397be242f4a4
parent 15884
4de1981757fc
child 16238
33bf2fd32108
child 17063
db9b865713c4
--- a/libpurple/dbus-server.c	Sun Apr 15 18:06:49 2007 +0000
+++ b/libpurple/dbus-server.c	Sun Apr 15 18:09:14 2007 +0000
@@ -143,7 +143,7 @@
 	gint id = purple_dbus_pointer_to_id(ptr);
 
 	if (ptr != NULL && id == 0)
-		dbus_set_error(error, "net.sf.purple.ObjectNotFound",
+		dbus_set_error(error, "im.pidgin.purple.ObjectNotFound",
 				"The return object is not mapped (this is a Purple error)");
 
 	return id;
@@ -156,7 +156,7 @@
 	gpointer ptr = purple_dbus_id_to_pointer(id, type);
 
 	if (ptr == NULL && id != 0)
-		dbus_set_error(error, "net.sf.purple.InvalidHandle",
+		dbus_set_error(error, "im.pidgin.purple.InvalidHandle",
 				"%s object with ID = %i not found", typename, id);
 
 	return ptr;

mercurial