comparison src/gtkprefs.c @ 5625:73c9dc20e41a

[gaim-migrate @ 6032] The GTK+ debug system now has its own init(), where it adds its own prefs and sets up callbacks. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 01 Jun 2003 03:21:55 +0000
parents 117e23960e48
children 19a848d76372
comparison
equal deleted inserted replaced
5624:4cc9e3fa22c4 5625:73c9dc20e41a
2780 gaim_prefs_add_bool("/gaim/gtk/conversations/im/show_buddy_icons", TRUE); 2780 gaim_prefs_add_bool("/gaim/gtk/conversations/im/show_buddy_icons", TRUE);
2781 gaim_prefs_add_int("/gaim/gtk/conversations/im/default_width", 410); 2781 gaim_prefs_add_int("/gaim/gtk/conversations/im/default_width", 410);
2782 gaim_prefs_add_int("/gaim/gtk/conversations/im/default_height", 160); 2782 gaim_prefs_add_int("/gaim/gtk/conversations/im/default_height", 160);
2783 gaim_prefs_add_int("/gaim/gtk/conversations/im/entry_height", 50); 2783 gaim_prefs_add_int("/gaim/gtk/conversations/im/entry_height", 50);
2784 2784
2785 /* Debug window preferences. */
2786 gaim_prefs_add_none("/gaim/gtk/debug");
2787 gaim_prefs_add_bool("/gaim/gtk/debug/enabled", FALSE);
2788 gaim_prefs_add_bool("/gaim/gtk/debug/timestamps", FALSE);
2789 gaim_prefs_add_bool("/gaim/gtk/debug/toolbar", TRUE);
2790 gaim_prefs_add_int("/gaim/gtk/debug/width", 400);
2791 gaim_prefs_add_int("/gaim/gtk/debug/height", 150);
2792
2793 /* Idle */ 2785 /* Idle */
2794 gaim_prefs_add_none("/gaim/gtk/idle"); 2786 gaim_prefs_add_none("/gaim/gtk/idle");
2795 gaim_prefs_add_string("/gaim/gtk/idle/reporting_method", "system"); 2787 gaim_prefs_add_string("/gaim/gtk/idle/reporting_method", "system");
2796 2788
2797 /* Logging */ 2789 /* Logging */