diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-06 22:37:12 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-06 22:37:12 +0800 |
commit | c7621657b7f9d37dd4777821dfd539fd6473b5d7 (patch) | |
tree | 57a1b65bf249fe3080e088866746bebfedea04e0 | |
parent | 9de30c8784509df5ea9e80ed3eb093b3f5e35a95 (diff) | |
download | gsoc2013-epiphany-c7621657b7f9d37dd4777821dfd539fd6473b5d7.tar gsoc2013-epiphany-c7621657b7f9d37dd4777821dfd539fd6473b5d7.tar.gz gsoc2013-epiphany-c7621657b7f9d37dd4777821dfd539fd6473b5d7.tar.bz2 gsoc2013-epiphany-c7621657b7f9d37dd4777821dfd539fd6473b5d7.tar.lz gsoc2013-epiphany-c7621657b7f9d37dd4777821dfd539fd6473b5d7.tar.xz gsoc2013-epiphany-c7621657b7f9d37dd4777821dfd539fd6473b5d7.tar.zst gsoc2013-epiphany-c7621657b7f9d37dd4777821dfd539fd6473b5d7.zip |
Don't set the lock icon as drag source. Actually emit the lock-clicked
2005-02-06 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_class_init), (lock_button_press_event_cb),
(ephy_location_entry_construct_contents):
Don't set the lock icon as drag source. Actually emit the lock-clicked
signal when pressed.
* lib/widgets/ephy-location-entry.h:
* src/ephy-location-action.c: (lock_clicked_cb), (connect_proxy),
(ephy_location_action_class_init):
* src/ephy-location-action.h:
* src/ephy-toolbar.c: (lock_clicked_cb), (ephy_toolbar_set_window):
Actually forward the lock-clicked signal to the toolbar.
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2005-02-06 Christian Persch <chpe@cvs.gnome.org> + + * lib/widgets/ephy-location-entry.c: + (ephy_location_entry_class_init), (lock_button_press_event_cb), + (ephy_location_entry_construct_contents): + + Don't set the lock icon as drag source. Actually emit the lock-clicked + signal when pressed. + + * lib/widgets/ephy-location-entry.h: + * src/ephy-location-action.c: (lock_clicked_cb), (connect_proxy), + (ephy_location_action_class_init): + * src/ephy-location-action.h: + * src/ephy-toolbar.c: (lock_clicked_cb), (ephy_toolbar_set_window): + + Actually forward the lock-clicked signal to the toolbar. + 2005-02-04 Jean-François Rameau <jframeau@cvs.gnome.org> * lib/ephy-dbus.c: (ephy_dbus_connect_to_system_bus, |