From a3d3dccb3b0320900696f6a2246b07afb28766ec Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 21 Feb 2003 13:29:37 +0000 Subject: Add lots of debug code to solve these damned crashes. Dont create multiple 2003-02-21 Marco Pesenti Gritti * lib/widgets/ephy-editable-toolbar.c: (find_action), (impl_get_action), (ui_update), (queue_ui_update), (drag_data_received_cb), (drag_data_delete_cb), (drag_data_get_cb), (connect_item_drag_source), (disconnect_item_drag_source), (setup_toolbar), (setup_item), (ensure_toolbar_min_size), (do_merge), (ensure_action), (group_changed_cb), (ephy_editable_toolbar_set_group), (ephy_editable_toolbar_set_merge), (hide_editor), (editor_close_cb), (editor_add_toolbar_cb), (editor_drag_data_received_cb), (editor_drag_data_delete_cb), (setup_editor), (add_to_list), (update_editor_sheet), (update_editor_position), (button_press_cb), (show_editor), (set_action_sensitive), (ephy_editable_toolbar_edit): * lib/widgets/ephy-toolbars-group.c: (ephy_toolbars_group_to_xml), (toolbars_group_save), (toolbars_item_new), (free_toolbar_node), (free_item_node), (ephy_toolbars_group_add_item), (ephy_toolbars_group_add_toolbar), (load_defaults), (load_toolbar), (ephy_toolbars_group_to_string), (ephy_toolbars_group_remove_toolbar), (ephy_toolbars_group_remove_item), (ephy_toolbars_group_set_source), (is_item_in_toolbars), (ephy_toolbars_group_foreach_available), (ephy_toolbars_group_foreach_toolbar), (ephy_toolbars_group_foreach_item), (ephy_toolbars_group_get_path): * src/toolbar.c: (toolbar_get_action): Add lots of debug code to solve these damned crashes. Dont create multiple actions for the same bookmark. There are two crashes that I can repro now. 1 Adding bookmarks with more then one toolbar opened, and then open tbe. 2 Add multiple "links" to the same bookmark and then close. But I'm sure xan can find more ;) --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 406901407..291189871 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2003-02-21 Marco Pesenti Gritti + + * lib/widgets/ephy-editable-toolbar.c: (find_action), + (impl_get_action), (ui_update), (queue_ui_update), + (drag_data_received_cb), (drag_data_delete_cb), (drag_data_get_cb), + (connect_item_drag_source), (disconnect_item_drag_source), + (setup_toolbar), (setup_item), (ensure_toolbar_min_size), + (do_merge), (ensure_action), (group_changed_cb), + (ephy_editable_toolbar_set_group), + (ephy_editable_toolbar_set_merge), (hide_editor), + (editor_close_cb), (editor_add_toolbar_cb), + (editor_drag_data_received_cb), (editor_drag_data_delete_cb), + (setup_editor), (add_to_list), (update_editor_sheet), + (update_editor_position), (button_press_cb), (show_editor), + (set_action_sensitive), (ephy_editable_toolbar_edit): + * lib/widgets/ephy-toolbars-group.c: (ephy_toolbars_group_to_xml), + (toolbars_group_save), (toolbars_item_new), (free_toolbar_node), + (free_item_node), (ephy_toolbars_group_add_item), + (ephy_toolbars_group_add_toolbar), (load_defaults), (load_toolbar), + (ephy_toolbars_group_to_string), + (ephy_toolbars_group_remove_toolbar), + (ephy_toolbars_group_remove_item), + (ephy_toolbars_group_set_source), (is_item_in_toolbars), + (ephy_toolbars_group_foreach_available), + (ephy_toolbars_group_foreach_toolbar), + (ephy_toolbars_group_foreach_item), (ephy_toolbars_group_get_path): + * src/toolbar.c: (toolbar_get_action): + + Add lots of debug code to solve these damned crashes. + Dont create multiple actions for the same bookmark. + There are two crashes that I can repro now. 1 Adding bookmarks + with more then one toolbar opened, and then open tbe. + 2 Add multiple "links" to the same bookmark and then close. + But I'm sure xan can find more ;) + 2003-02-21 Marco Pesenti Gritti * lib/widgets/ephy-autocompletion-window.c: -- cgit v1.2.3