Mercurial > pidgin
changeset 7092:f89146deac3d
[gaim-migrate @ 7657]
Apparently this was in here twice. I'm hoping that taking it out will fix
https://sourceforge.net/tracker/index.php?func=detail&aid=774755&group_id=235&atid=100235
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 01 Oct 2003 01:47:52 +0000 |
parents | 7b31e3e22f59 |
children | 3650612c7daa |
files | src/gtkprefs.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkprefs.c Wed Oct 01 01:37:59 2003 +0000 +++ b/src/gtkprefs.c Wed Oct 01 01:47:52 2003 +0000 @@ -1484,9 +1484,6 @@ prefs_checkbox(_("Send auto-response in active conversations"), "/core/away/auto_response/in_active_conv", vbox); - auto_resp_pref_id = gaim_prefs_connect_callback("/core/away/auto_response/enabled", - auto_resp_changed_cb, hbox); - if (!gaim_prefs_get_bool("/core/away/auto_response/enabled")) gtk_widget_set_sensitive(hbox, FALSE);