Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
19868:03db0ded2b9a | 19869:768eb39c8834 |
---|---|
155 | 155 |
156 purple_request_action(handle, _("Offline Message"), ask, | 156 purple_request_action(handle, _("Offline Message"), ask, |
157 _("You can edit/delete the pounce from the `Buddy Pounces' dialog"), | 157 _("You can edit/delete the pounce from the `Buddy Pounces' dialog"), |
158 1, | 158 1, |
159 offline->account, offline->who, offline->conv, | 159 offline->account, offline->who, offline->conv, |
160 offline, 2, | 160 "buddy", offline, 2, |
161 _("Yes"), record_pounce, | 161 _("Yes"), record_pounce, |
162 _("No"), cancel_poune); | 162 _("No"), cancel_poune); |
163 g_free(ask); | 163 g_free(ask); |
164 } | 164 } |
165 } | 165 } |