src/protocols/oscar/oscar.c

changeset 7793
9d6043375b81
parent 7781
db624418e528
child 7805
6045c467441e
--- a/src/protocols/oscar/oscar.c	Sun Dec 07 19:31:17 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Sun Dec 07 20:09:06 2003 +0000
@@ -3039,9 +3039,9 @@
 	va_end(ap);
 
 	if (destn == NULL)
-		buf = g_strdup_printf("Locate family error with no name, tell KingAnt you got this message!");
-	else
-		buf = g_strdup_printf(_("User information for %s unavailable:"), destn);
+		return 1;
+
+	buf = g_strdup_printf(_("User information for %s unavailable:"), destn);
 
 	gaim_notify_error(sess->aux_data, NULL, buf,
 					  (reason < msgerrreasonlen) ? _(msgerrreason[reason]) : _("No reason given."));

mercurial