]> git.street.me.uk Git - andy/viking.git/blobdiff - src/main.c
Enable detection of when Viking is run for the very first time.
[andy/viking.git] / src / main.c
index 6d65622aeff499647688edf6004ffbc99f5dc856..b44957eafd72f1f05bcf200c886938a407932928 100644 (file)
@@ -164,6 +164,9 @@ int main( int argc, char *argv[] )
   XSetErrorHandler(myXErrorHandler);
 #endif
 
+  // Discover if this is the very first run
+  a_vik_very_first_run ();
+
   a_settings_init ();
   a_preferences_init ();