comparison src/gtkprefs.c @ 7129:8246bd3141ae

[gaim-migrate @ 7696] "I have updated the German translation and fixed some little i18n problems. i18n31.patch contains: - Updated German translation (the translation contains lots of changes from Christian Weyer <cw@centerwave.de>) - updated po/POTFILES.in - small string fixes in src/gtkprefs.c src/protocols/oscar/oscar.c and src/protocols/yahoo/yahoo.c " -- Bjoern Voigt committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 03 Oct 2003 11:27:54 +0000
parents 43e8430a4469
children 6d3d8f11e765
comparison
equal deleted inserted replaced
7128:43e8430a4469 7129:8246bd3141ae
1485 1, 24 * 60 * 60, sg); 1485 1, 24 * 60 * 60, sg);
1486 prefs_checkbox(_("_Send auto-response"), 1486 prefs_checkbox(_("_Send auto-response"),
1487 "/core/away/auto_response/enabled", vbox); 1487 "/core/away/auto_response/enabled", vbox);
1488 prefs_checkbox(_("_Only send auto-response when idle"), 1488 prefs_checkbox(_("_Only send auto-response when idle"),
1489 "/core/away/auto_response/idle_only", vbox); 1489 "/core/away/auto_response/idle_only", vbox);
1490 prefs_checkbox(_("Send auto-response in active conversations"), 1490 prefs_checkbox(_("Send auto-response in _active conversations"),
1491 "/core/away/auto_response/in_active_conv", vbox); 1491 "/core/away/auto_response/in_active_conv", vbox);
1492 1492
1493 if (!gaim_prefs_get_bool("/core/away/auto_response/enabled")) 1493 if (!gaim_prefs_get_bool("/core/away/auto_response/enabled"))
1494 gtk_widget_set_sensitive(hbox, FALSE); 1494 gtk_widget_set_sensitive(hbox, FALSE);
1495 1495