changeset 19823:768eb39c8834

Adding buddy hint to offlinemsg
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 12 Aug 2007 16:19:14 +0000
parents 03db0ded2b9a
children 5bdd02bda148
files libpurple/plugins/offlinemsg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);