aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-location-action.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-02-06 22:32:59 +0800
committerChristian Persch <chpe@src.gnome.org>2005-02-06 22:32:59 +0800
commit9de30c8784509df5ea9e80ed3eb093b3f5e35a95 (patch)
tree980e87e158fd2c48f1e438063e3f4577dce3ba41 /src/ephy-location-action.h
parentdeecc2b60894f1bdd55f9818dd75845e4a6a956b (diff)
downloadgsoc2013-epiphany-9de30c8784509df5ea9e80ed3eb093b3f5e35a95.tar
gsoc2013-epiphany-9de30c8784509df5ea9e80ed3eb093b3f5e35a95.tar.gz
gsoc2013-epiphany-9de30c8784509df5ea9e80ed3eb093b3f5e35a95.tar.bz2
gsoc2013-epiphany-9de30c8784509df5ea9e80ed3eb093b3f5e35a95.tar.lz
gsoc2013-epiphany-9de30c8784509df5ea9e80ed3eb093b3f5e35a95.tar.xz
gsoc2013-epiphany-9de30c8784509df5ea9e80ed3eb093b3f5e35a95.tar.zst
gsoc2013-epiphany-9de30c8784509df5ea9e80ed3eb093b3f5e35a95.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.
Diffstat (limited to 'src/ephy-location-action.h')
-rw-r--r--src/ephy-location-action.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-location-action.h b/src/ephy-location-action.h
index 78053b27c..15ad6f123 100644
--- a/src/ephy-location-action.h
+++ b/src/ephy-location-action.h
@@ -47,6 +47,9 @@ struct _EphyLocationAction
struct _EphyLocationActionClass
{
EphyLinkActionClass parent_class;
+
+ /* Signals */
+ void (* lock_clicked) (EphyLocationAction *action);
};
GType ephy_location_action_get_type (void);