From: Sean E. <sea...@us...> - 2002-08-08 16:12:08
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv26359/src Modified Files: prefs.c Log Message: <BNeuman> dammit sean Index: prefs.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/prefs.c,v retrieving revision 1.232 retrieving revision 1.233 diff -u -d -r1.232 -r1.233 --- prefs.c 6 Aug 2002 03:02:18 -0000 1.232 +++ prefs.c 8 Aug 2002 16:12:05 -0000 1.233 @@ -1050,7 +1050,7 @@ gaim_labeled_spin_button(hbox, _("Seconds before resending:"), &away_resend_new, 1, 24 * 60 * 60); gtk_widget_show(hbox); - gaim_button(_("Don't send auto-response"), &away_options, OPT_AWAY_NO_AUTO_RESP, vbox); + gaim_button(_("Don't send auto-response"), &away_options_new, OPT_AWAY_NO_AUTO_RESP, vbox); gaim_button(_("Only send auto-response when idle"), &away_options_new, OPT_AWAY_IDLE_RESP, vbox); if (away_options_new & OPT_AWAY_NO_AUTO_RESP) |