comparison src/gtkprefs.c @ 7562:b859cfb5f31a

[gaim-migrate @ 8176] This should update all the other prefs that needed updating for logging to be fully core/UI split. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 18 Nov 2003 23:28:40 +0000
parents cdfdbabd3266
children 36727d6e1d5a
comparison
equal deleted inserted replaced
7561:cdfdbabd3266 7562:b859cfb5f31a
1323 prefs_dropdown_from_list(vbox, _("Log _Format:"), GAIM_PREF_STRING, 1323 prefs_dropdown_from_list(vbox, _("Log _Format:"), GAIM_PREF_STRING,
1324 "/core/logging/format", 1324 "/core/logging/format",
1325 names); 1325 names);
1326 1326
1327 prefs_checkbox(_("_Log all instant messages"), 1327 prefs_checkbox(_("_Log all instant messages"),
1328 "/gaim/gtk/logging/log_ims", vbox); 1328 "/core/logging/log_ims", vbox);
1329 prefs_checkbox(_("Log all c_hats"), 1329 prefs_checkbox(_("Log all c_hats"),
1330 "/gaim/gtk/logging/log_chats", vbox); 1330 "/core/logging/log_chats", vbox);
1331 /* 1331 /*
1332 vbox = gaim_gtk_make_frame (ret, _("System Logs")); 1332 vbox = gaim_gtk_make_frame (ret, _("System Logs"));
1333 prefs_checkbox(_("Log when buddies _sign on/sign off"), 1333 prefs_checkbox(_("Log when buddies _sign on/sign off"),
1334 "/gaim/gtk/logging/log_signon_signoff", vbox); 1334 "/gaim/gtk/logging/log_signon_signoff", vbox);
1335 prefs_checkbox(_("Log when buddies become _idle/un-idle"), 1335 prefs_checkbox(_("Log when buddies become _idle/un-idle"),
2730 2730
2731 /* Idle */ 2731 /* Idle */
2732 gaim_prefs_add_none("/gaim/gtk/idle"); 2732 gaim_prefs_add_none("/gaim/gtk/idle");
2733 gaim_prefs_add_string("/gaim/gtk/idle/reporting_method", "system"); 2733 gaim_prefs_add_string("/gaim/gtk/idle/reporting_method", "system");
2734 2734
2735 /* Logging */
2736 gaim_prefs_add_none("/gaim/gtk/logging");
2737 gaim_prefs_add_bool("/gaim/gtk/logging/log_ims", TRUE);
2738 gaim_prefs_add_bool("/gaim/gtk/logging/log_chats", TRUE);
2739 gaim_prefs_add_bool("/gaim/gtk/logging/log_signon_signoff", TRUE);
2740 gaim_prefs_add_bool("/gaim/gtk/logging/log_idle_state", TRUE);
2741 gaim_prefs_add_bool("/gaim/gtk/logging/log_away_state", TRUE);
2742 gaim_prefs_add_bool("/gaim/gtk/logging/log_own_states", TRUE);
2743 gaim_prefs_add_bool("/gaim/gtk/logging/individual_logs", FALSE);
2744
2745 /* Plugins */ 2735 /* Plugins */
2746 gaim_prefs_add_none("/gaim/gtk/plugins"); 2736 gaim_prefs_add_none("/gaim/gtk/plugins");
2747 gaim_prefs_add_string_list("/gaim/gtk/plugins/loaded", NULL); 2737 gaim_prefs_add_string_list("/gaim/gtk/plugins/loaded", NULL);
2748 2738
2749 /* Smiley Themes */ 2739 /* Smiley Themes */