diff libpurple/protocols/msn/switchboard.c @ 19713:43a8cd1f708c

Remove the *_USE_ATTENTION_API markers everywhere.
author Richard Laager <rlaager@wiktel.com>
date Mon, 10 Sep 2007 20:51:59 +0000
parents 44b4e8bd759b
children de8dd5a54e85 5bc492d82ff4
line wrap: on
line diff
--- a/libpurple/protocols/msn/switchboard.c	Mon Sep 10 20:29:29 2007 +0000
+++ b/libpurple/protocols/msn/switchboard.c	Mon Sep 10 20:51:59 2007 +0000
@@ -963,12 +963,7 @@
 	else
 		username = g_markup_escape_text(user, -1);
 
-#ifdef MSN_USE_ATTENTION_API
 	serv_got_attention(account->gc, buddy->name, MSN_NUDGE);
-#else
-	str = g_strdup_printf(_("%s just sent you a Nudge!"), username);
-	msn_switchboard_report_user(swboard, PURPLE_MESSAGE_SYSTEM|PURPLE_MESSAGE_NOTIFY, str);
-#endif
 	g_free(username);
 	g_free(str);
 }