comparison console/gntprefs.c @ 13983:b7a99d54a5a9

[gaim-migrate @ 16552] Add a debug window. The scrolling doesn't seem to work properly. I will try to figure out what's wrong with it. Start the request-ui. The ui for request input, choice and action are mostly done. I am not handling multiline input requests yet. It's not too high in my todo-list either. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 23 Jul 2006 20:38:07 +0000
parents
children 2d1b41e3cf0d
comparison
equal deleted inserted replaced
13982:052aee037835 13983:b7a99d54a5a9
1 #include <prefs.h>
2
3 #include "gntprefs.h"
4 #include "gntgaim.h"
5
6 void gg_prefs_init()
7 {
8 gaim_prefs_add_none("/gaim");
9 gaim_prefs_add_none("/gaim/gnt");
10
11 gaim_prefs_add_none("/gaim/gnt/plugins");
12 gaim_prefs_add_string_list("/gaim/gnt/plugins/loaded", NULL);
13 }
14