graveman-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Graveman-cvs] Changes to graveman/current/src/main.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/main.c
Date: Mon, 16 May 2005 21:16:42 -0400

Index: graveman/current/src/main.c
diff -u graveman/current/src/main.c:1.21 graveman/current/src/main.c:1.22
--- graveman/current/src/main.c:1.21    Wed May  4 01:31:06 2005
+++ graveman/current/src/main.c Tue May 17 01:16:34 2005
@@ -54,12 +54,14 @@
   config_init();
   if (get_config_file(R_OK) == FALSE) {
     Tgrave *Lg = sc_grave_newempty();
+    load_all_images();
     manage_config(Lg, SEARCH_LECTEUR + CONF_INIT_DEFAULT + SEARCH_PROG + 
SEARCH_CHARSETS +
                       WRITE_CONFIG, &Lerror);
     sc_grave_destroy(Lg);
     welcome_to_graveman();
   } else {
     if (read_config(&Lerror)==FALSE) return EXIT_FAILURE;
+    load_all_images();
     if (conf_get_boolean("scan_drives") || param_get_boolean("scan_drives"))
     {
       Tgrave *Lg = sc_grave_newempty();
@@ -72,8 +74,6 @@
   if (Lerror) {
     g_warning("%s", Lerror->message);
   }
-
-  load_all_images();
   
   manage_main_window (&Laudiolen, &Laudiomaxlen, &Ldatasize, &Ldatamaxsize, 
&Ldvdsize, &Ldvddatamaxsize); 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]