ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src main.c,1.14,1.15


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src main.c,1.14,1.15
Date: Sun, 19 Jan 2003 18:15:04 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv29450/src

Modified Files:
        main.c 
Log Message:
fix modules prefs not being read


Index: main.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/main.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- main.c      19 Jan 2003 01:52:35 -0000      1.14
+++ main.c      19 Jan 2003 23:15:01 -0000      1.15
@@ -432,10 +432,10 @@
        /* Initalize the menus that are available through the plugin_api */
        init_menus();
 
+       eb_read_prefs();
+
        /* Load all the modules in the module_path preference, details can be 
found in the preferences module tab */
        load_modules();
-
-       eb_read_prefs();
 
        accounts_success = load_accounts();
        if(accounts_success)





reply via email to

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