mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/gnome/top-level.c: take out component manager initialization
and shutdown git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6402 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5b717264ea
commit
cdb59aa5db
@ -434,8 +434,6 @@ gnucash_ui_init(void)
|
||||
poptFreeContext (returnedPoptContext);
|
||||
gnc_free_argv (restargv);
|
||||
|
||||
gnc_component_manager_init ();
|
||||
|
||||
/* initialization required for gtkhtml */
|
||||
gdk_rgb_init ();
|
||||
gtk_widget_set_default_colormap (gdk_rgb_get_cmap ());
|
||||
@ -585,8 +583,6 @@ gnc_ui_destroy (void)
|
||||
gnc_mdi_destroy (gnc_mdi_get_current ());
|
||||
|
||||
gnc_extensions_shutdown ();
|
||||
|
||||
gnc_component_manager_shutdown ();
|
||||
}
|
||||
|
||||
/* ============================================================== */
|
||||
|
Loading…
Reference in New Issue
Block a user