comparison src/protocols/oscar/oscar.c @ 12260:0a9574ed62cd

[gaim-migrate @ 14562] Returning 0 means "this SNAC has not been handled, keep trying to find something to deal with it." It shouldn't hurt anything... but 1 is better. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 29 Nov 2005 22:59:30 +0000
parents ca27de274225
children 3c6675e1400e
comparison
equal deleted inserted replaced
12259:0c82fd31628b 12260:0a9574ed62cd
6162 gaim_debug_error("oscar", "gaim_parse_searchreply: " 6162 gaim_debug_error("oscar", "gaim_parse_searchreply: "
6163 "Unable to display the search results.\n"); 6163 "Unable to display the search results.\n");
6164 gaim_notify_error(gc, NULL, 6164 gaim_notify_error(gc, NULL,
6165 _("Unable to display the search results."), 6165 _("Unable to display the search results."),
6166 NULL); 6166 NULL);
6167 return 0; 6167 return 1;
6168 } 6168 }
6169 6169
6170 secondary = g_strdup_printf( 6170 secondary = g_strdup_printf(
6171 ngettext("The following screen name is associated with %s", 6171 ngettext("The following screen name is associated with %s",
6172 "The following screen names are associated with %s", 6172 "The following screen names are associated with %s",