X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fprefs.c;fp=src%2Fprefs.c;h=3e8aa502fe84c58f9e8d7568b24c5210ed696982;hb=0be9b6d8653b1020e466541b890e97a03590f83b;hp=dc58f7da22ab1e61960ef08953cd01b041046cfa;hpb=8e4c50283c4f353b18c68474f91209b8bd050557;p=glabels diff --git a/src/prefs.c b/src/prefs.c index dc58f7da..3e8aa502 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -64,6 +64,21 @@ gl_prefs_init (void) +/*****************************************************************************/ +/* Initialize preferences module with null model. */ +/*****************************************************************************/ +void +gl_prefs_init_null (void) +{ + gl_debug (DEBUG_PREFS, "START"); + + gl_prefs = gl_prefs_model_new_null (); + + gl_debug (DEBUG_PREFS, "END"); +} + + + /* * Local Variables: -- emacs * mode: C -- emacs