comparison src/layout.c @ 1463:25168240a247

added function to reload external editors at any time eliminated init_after_global_options()
author nadvornik
date Fri, 20 Mar 2009 09:46:35 +0000
parents e015b6573d36
children 1b3751ac4743
comparison
equal deleted inserted replaced
1462:75721f22155c 1463:25168240a247
1756 lw->info_zoom = NULL; 1756 lw->info_zoom = NULL;
1757 1757
1758 if (lw->ui_manager) g_object_unref(lw->ui_manager); 1758 if (lw->ui_manager) g_object_unref(lw->ui_manager);
1759 lw->ui_manager = NULL; 1759 lw->ui_manager = NULL;
1760 lw->action_group = NULL; 1760 lw->action_group = NULL;
1761 lw->action_group_external = NULL; 1761 lw->action_group_editors = NULL;
1762 1762
1763 gtk_container_remove(GTK_CONTAINER(lw->main_box), lw->group_box); 1763 gtk_container_remove(GTK_CONTAINER(lw->main_box), lw->group_box);
1764 lw->group_box = NULL; 1764 lw->group_box = NULL;
1765 1765
1766 /* re-fill */ 1766 /* re-fill */