fix syscon menu augmentation slot.

SVN revision: 61977
This commit is contained in:
Carsten Haitzler 2011-08-02 06:18:58 +00:00
parent 353d1854a4
commit fef1eaacec
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ e_modapi_init(E_Module *m)
NULL, NULL, 0);
}
maug = e_int_menus_menu_augmentation_add_sorted
("main/10", _("System"), _e_mod_menu_add, NULL, NULL, NULL);
("main/8", _("System"), _e_mod_menu_add, NULL, NULL, NULL);
e_module_delayed_set(m, 1);
return m;
}