diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-08-30 01:17:42 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-08-30 01:17:42 +0800 |
commit | 07f0c900d6ade15ceb7ef418aa0ea7dabd1909c4 (patch) | |
tree | ffa40aa822515f159aa944d613b711bc921e6522 /src/ephy-location-action.h | |
parent | 322e9bc21fbd27e9ee920b1908d04ba4302381df (diff) | |
download | gsoc2013-epiphany-07f0c900d6ade15ceb7ef418aa0ea7dabd1909c4.tar gsoc2013-epiphany-07f0c900d6ade15ceb7ef418aa0ea7dabd1909c4.tar.gz gsoc2013-epiphany-07f0c900d6ade15ceb7ef418aa0ea7dabd1909c4.tar.bz2 gsoc2013-epiphany-07f0c900d6ade15ceb7ef418aa0ea7dabd1909c4.tar.lz gsoc2013-epiphany-07f0c900d6ade15ceb7ef418aa0ea7dabd1909c4.tar.xz gsoc2013-epiphany-07f0c900d6ade15ceb7ef418aa0ea7dabd1909c4.tar.zst gsoc2013-epiphany-07f0c900d6ade15ceb7ef418aa0ea7dabd1909c4.zip |
Part of gtk 2.3 port, changelog too long to paste it
Diffstat (limited to 'src/ephy-location-action.h')
-rw-r--r-- | src/ephy-location-action.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-location-action.h b/src/ephy-location-action.h index daa609aee..48e0e0f4f 100644 --- a/src/ephy-location-action.h +++ b/src/ephy-location-action.h @@ -34,12 +34,12 @@ typedef struct _EphyLocationActionClass EphyLocationActionClass; struct _EphyLocationAction { - EggAction parent; + GtkAction parent; }; struct _EphyLocationActionClass { - EggActionClass parent_class; + GtkActionClass parent_class; void (*go_location) (EphyLocationAction *action, char *location); }; |