Mercurial > pidgin
diff libpurple/plugins/offlinemsg.c @ 20598:285bb637a2b7
Updated hinting to be less invasive
| author | Gabriel Schulhof <nix@go-nix.ca> |
|---|---|
| date | Sat, 22 Sep 2007 16:19:34 +0000 |
| parents | 6a0d9fa477d4 |
| children | 8c9aad9479c0 |
line wrap: on
line diff
--- a/libpurple/plugins/offlinemsg.c Sat Sep 22 09:48:07 2007 +0000 +++ b/libpurple/plugins/offlinemsg.c Sat Sep 22 16:19:34 2007 +0000 @@ -157,7 +157,7 @@ "rest of the messages in a pounce and automatically send them " "when \"%s\" logs back in?"), who, who); - purple_request_action(handle, _("Offline Message"), ask, + purple_request_action_with_hint(handle, _("Offline Message"), ask, _("You can edit/delete the pounce from the `Buddy Pounces' dialog"), 1, offline->account, offline->who, offline->conv,
