mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Gtk code cleanups: setting a default color map is deprecated
This commit is contained in:
parent
3a99ca6791
commit
4d72dd727c
@ -676,9 +676,6 @@ gnc_gui_init(void)
|
||||
g_list_foreach(icons, (GFunc)g_object_unref, NULL);
|
||||
g_list_free(icons);
|
||||
|
||||
/* initialization required for gtkhtml (is it also needed for webkit?) */
|
||||
gtk_widget_set_default_colormap (gdk_rgb_get_colormap ());
|
||||
|
||||
g_set_application_name(PACKAGE_NAME);
|
||||
|
||||
gnc_prefs_init();
|
||||
|
Loading…
Reference in New Issue
Block a user