view console/gntprefs.c @ 14052:d178bff33359

[gaim-migrate @ 16665] Replaced a call to gaim_gtk_roomlist_dialog_show with gaim_roomlist_show_with_account. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Mon, 07 Aug 2006 17:16:54 +0000
parents b7a99d54a5a9
children 2d1b41e3cf0d
line wrap: on
line source

#include <prefs.h>

#include "gntprefs.h"
#include "gntgaim.h"

void gg_prefs_init()
{
	gaim_prefs_add_none("/gaim");
	gaim_prefs_add_none("/gaim/gnt");

	gaim_prefs_add_none("/gaim/gnt/plugins");
	gaim_prefs_add_string_list("/gaim/gnt/plugins/loaded", NULL);
}