ALT Linux Bugzilla
– Attachment 2287 Details for
Bug 13517
Remove "authorization requests if a value specified"
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Этот патч добавляет проверку на наличие флага, установленного моим плагином.
pidgin-patch.patch (text/plain), 586 bytes, created by
Yury A. Romanov
on 2007-11-24 16:02:28 MSK
(
hide
)
Description:
Этот патч добавляет проверку на наличие флага, установленного моим плагином.
Filename:
MIME Type:
Creator:
Yury A. Romanov
Created:
2007-11-24 16:02:28 MSK
Size:
586 bytes
patch
obsolete
>diff --git a/pidgin/pidgin/gtkaccount.c b/pidgin/pidgin/gtkaccount.c >index 21e14c8..093457e 100644 >--- a/pidgin/pidgin/gtkaccount.c >+++ b/pidgin/pidgin/gtkaccount.c >@@ -2549,6 +2549,11 @@ pidgin_accounts_request_authorization(PurpleAccount *account, > if (message != NULL && *message == '\0') > message = NULL; > >+ if(purple_prefs_get_bool("/plugins/core/block_authorization_requests")) >+ { >+ return NULL; >+ }; >+ > buffer = g_strdup_printf(_("%s%s%s%s wants to add %s to his or her buddy list%s%s"), > remote_user, > (alias != NULL ? " (" : ""),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13517
: 2287