diff libpurple/plugins/offlinemsg.c @ 19869:768eb39c8834

Adding buddy hint to offlinemsg
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 12 Aug 2007 16:19:14 +0000
parents 5205dd2bd035
children 6a0d9fa477d4
line wrap: on
line diff
--- a/libpurple/plugins/offlinemsg.c	Sun Aug 12 16:13:05 2007 +0000
+++ b/libpurple/plugins/offlinemsg.c	Sun Aug 12 16:19:14 2007 +0000
@@ -157,7 +157,7 @@
 					_("You can edit/delete the pounce from the `Buddy Pounces' dialog"),
 					1,
 					offline->account, offline->who, offline->conv,
-					offline, 2,
+					"buddy", offline, 2,
 					_("Yes"), record_pounce,
 					_("No"), cancel_poune);
 		g_free(ask);