fixed GTKHTML detection
[k8lowj.git] / src / settings.h
blobc254fb376c01510bedfff3b650910e177a0c7749
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2004 Evan Martin <martine@danga.com>
4 * vim: tabstop=4 shiftwidth=4 noexpandtab :
5 */
7 #ifndef __LOGJAM_SETTINGS_H__
8 #define __LOGJAM_SETTINGS_H__
10 #include "checkfriends.h"
12 /* this enum should match the notebook created in run_settings_dialog() */
13 typedef enum {
14 SETTINGS_PAGE_UI = 0,
15 #ifndef G_OS_WIN32
16 SETTINGS_PAGE_MUSIC,
17 SETTINGS_PAGE_SYSTEM,
18 #endif
19 SETTINGS_PAGE_CF,
20 SETTINGS_PAGE_DEBUG
21 } SettingsPage;
23 void settings_run(JamWin *jw);
24 void settings_cf_run(CFMgr *cfm);
26 #endif /* __LOGJAM_SETTINGS_H__ */