console/gntprefs.c

Thu, 03 Aug 2006 07:16:35 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Thu, 03 Aug 2006 07:16:35 +0000
changeset 14086
732c14687955
parent 14045
12b8c2bfd3fb
child 14121
3d8804b82150
permissions
-rw-r--r--

[gaim-migrate @ 16622]
Add commands /accounts, /buddylist, /debugwin and /plugins. It allows
the user to close those windows, and pop them back up when necessary --
provided a conversation window is open -- which I am assuming would be
the case most of the time. Until there's some better way of accessing
these dialogs (eg. menus), this is the only way.

#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);
}

mercurial