diff mcabber/mcabber/main.c @ 2042:0cb8ea02e472

Make completion sorting order configurable * Use allocated plain array for categories * Use callbacks for dynamic completions (private for now) * Add compl_set_flags() to allow user to set completion order * Bump api to 24-24
author Myhailo Danylenko <isbear@ukrpost.net>
date Sat, 20 Oct 2012 18:29:49 +0300
parents 7f7c6b87f1b1
children a5acc2a1af53
line wrap: on
line diff
--- a/mcabber/mcabber/main.c	Thu Nov 22 00:59:19 2012 +0200
+++ b/mcabber/mcabber/main.c	Sat Oct 20 18:29:49 2012 +0300
@@ -364,13 +364,13 @@
   }
 
   /* Initialize command system, roster and default key bindings */
+  compl_init_system();
   cmd_init();
   roster_init();
   settings_init();
   scr_init_bindings();
   caps_init();
 #ifdef MODULES_ENABLE
-  compl_init_system();
   modules_init();
 #endif
   /* Initialize charset */