OSDN Git Service

Support options set by preferences assigned within profile.xml
[mingw/mingw-get.git] / src / climain.cpp
index 8d575db..c2f1f16 100644 (file)
@@ -220,6 +220,11 @@ EXTERN_C int climain( int argc, char **argv )
         */
        dbase.LoadSystemMap();
 
+       /* ...initialise any preferences which the user may
+        * have specified within profile.xml...
+        */
+       dbase.EstablishPreferences();
+
        /* ...and invoke the appropriate action handler.
         */
        switch( action )