From c621f76b4e81a30f6d6db5eb16bf2c75d0980468 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 1 Jul 2003 18:28:05 +0000 Subject: Make the location entry an EggToolItem, and provide a custom tooptip 2003-07-01 Christian Persch * lib/widgets/ephy-location-entry.h: * lib/widgets/ephy-location-entry.c: (ephy_location_entry_set_tooltip), (ephy_location_entry_construct_contents), (ephy_location_entry_class_init), (ephy_location_entry_init), (ephy_location_entry_finalize): Make the location entry an EggToolItem, and provide a custom tooptip setter. Fix mem leak. * src/ephy-location-action.c: (create_tool_item), (ephy_location_action_class_init), (connect_proxy): Use the location entry EggToolItem instead of constructing it explicitly. * src/toolbar.c: (toolbar_setup_action): Set tooltip for location entry. * lib/egg/egg-action.c: (connect_proxy), (disconnect_proxy): Connect the tooltip sync'er on any EggToolItem, not just EggTollButton:s. Disconnect the tooltip sync func on disconnect, too. --- ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 81a0cb772..bb65e94da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2003-07-01 Christian Persch + + * lib/widgets/ephy-location-entry.h: + * lib/widgets/ephy-location-entry.c: (ephy_location_entry_set_tooltip), + (ephy_location_entry_construct_contents), + (ephy_location_entry_class_init), (ephy_location_entry_init), + (ephy_location_entry_finalize): + + Make the location entry an EggToolItem, and provide a custom + tooptip setter. Fix mem leak. + + * src/ephy-location-action.c: (create_tool_item), + (ephy_location_action_class_init), (connect_proxy): + + Use the location entry EggToolItem instead of constructing it + explicitly. + + * src/toolbar.c: (toolbar_setup_action): + + Set tooltip for location entry. + + * lib/egg/egg-action.c: (connect_proxy), (disconnect_proxy): + + Connect the tooltip sync'er on any EggToolItem, not just EggTollButton:s. + Disconnect the tooltip sync func on disconnect, too. + 2003-07-01 David Bordoley * src/ephy-window.c: (setup_window): -- cgit v1.2.3