]> git.sur5r.net Git - glabels/blobdiff - src/prefs.c
Imported Upstream version 3.4.0
[glabels] / src / prefs.c
index dc58f7da22ab1e61960ef08953cd01b041046cfa..3e8aa502fe84c58f9e8d7568b24c5210ed696982 100644 (file)
@@ -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