Mercurial > pidgin
changeset 22142:1f3f2d2c9a2b
A few more "purple_request_action" default action corrections
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 17 Jan 2008 08:02:38 +0000 |
parents | c69f472ff683 |
children | 70fc60344317 |
files | libpurple/certificate.c libpurple/plugins/offlinemsg.c libpurple/protocols/msnp9/msn.c |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/certificate.c Thu Jan 17 07:53:03 2008 +0000 +++ b/libpurple/certificate.c Thu Jan 17 08:02:38 2008 +0000 @@ -1199,7 +1199,7 @@ _("SSL Certificate Verification"), primary, reason, - 2, /* Accept by default */ + 0, /* Accept by default */ NULL, /* No account */ NULL, /* No other user */ NULL, /* No associated conversation */
--- a/libpurple/plugins/offlinemsg.c Thu Jan 17 07:53:03 2008 +0000 +++ b/libpurple/plugins/offlinemsg.c Thu Jan 17 08:02:38 2008 +0000 @@ -159,7 +159,7 @@ purple_request_action(handle, _("Offline Message"), ask, _("You can edit/delete the pounce from the `Buddy Pounces' dialog"), - 1, + 0, offline->account, offline->who, offline->conv, offline, 2, _("Yes"), record_pounce,
--- a/libpurple/protocols/msnp9/msn.c Thu Jan 17 07:53:03 2008 +0000 +++ b/libpurple/protocols/msnp9/msn.c Thu Jan 17 08:02:38 2008 +0000 @@ -347,7 +347,7 @@ _("Do you want to allow or disallow people on " "your buddy list to send you MSN Mobile pages " "to your cell phone or other mobile device?"), - -1, + PURPLE_DEFAULT_ACTION_NONE, purple_connection_get_account(gc), NULL, NULL, gc, 3, _("Allow"), G_CALLBACK(enable_msn_pages_cb),