[Pidgin] #6351: Enable Zephyr auto-reply
Pidgin
trac at pidgin.im
Wed Jul 16 17:21:07 EDT 2008
#6351: Enable Zephyr auto-reply
------------------+---------------------------------------------------------
Reporter: jts | Owner: seanegan
Type: patch | Status: new
Priority: minor | Component: Zephyr
Version: 2.4.3 | Keywords:
Pending: 0 |
------------------+---------------------------------------------------------
Trivial patch to enable auto-reply for Zephyr accounts to emulate
functionality of "zaway" utility.
{{{
--- zephyr.c 2008-07-16 17:15:33.798852000 -0400
+++ zephyr.c.old 2008-07-16 17:17:27.895636000 -0400
@@ -1567,7 +1567,7 @@
#ifdef WIN32
username = purple_account_get_username(account);
#endif
- gc->flags |= PURPLE_CONNECTION_AUTO_RESP | PURPLE_CONNECTION_HTML
| PURPLE_CONNECTION_NO_BGCOLOR | PURPLE_CONNECTION_NO_URLDESC;
+ gc->flags |= PURPLE_CONNECTION_HTML | PURPLE_CONNECTION_NO_BGCOLOR
| PURPLE_CONNECTION_NO_URLDESC;
gc->proto_data = zephyr=g_new0(zephyr_account,1);
zephyr->account = account;
}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/6351>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list