Sat May 21 20:58:59 2005  Soeren Sandmann  <sandmann@redhat.com>

        * TODO: update

        * sysprof.c (on_menu_item_activated): New function.

        * sysprof.c (build_gui): Hook up menu items.

        * module/sysprof-module.c (init_module): Remove module_init/exit
        as they cause build failure on kernels < 2.6.11.
This commit is contained in:
Soeren Sandmann
2005-05-22 01:01:20 +00:00
committed by Søren Sandmann Pedersen
parent 98fe6b572e
commit 402ffc9e4a
4 changed files with 89 additions and 51 deletions

View File

@ -425,5 +425,3 @@ cleanup_module(void)
remove_proc_entry("sysprof-trace", &proc_root);
}
module_init (init_module);
module_exit (cleanup_module);