aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/oscar/search.c')
-rw-r--r--protocols/oscar/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/oscar/search.c b/protocols/oscar/search.c
index 9685a3d1..3570e4df 100644
--- a/protocols/oscar/search.c
+++ b/protocols/oscar/search.c
@@ -38,7 +38,7 @@ static int error(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, aim_mo
/* XXX the modules interface should have already retrieved this for us */
if (!(snac2 = aim_remsnac(sess, snac->id))) {
- do_error_dialog(sess->aux_data, "couldn't get snac", "Gaim");
+ imcb_error(sess->aux_data, "couldn't get snac");
return 0;
}