diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-08-30 01:19:29 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-08-30 01:19:29 +0800 |
commit | fe99ccbdd0f1655f4b50b7cd765a65932e7ce49f (patch) | |
tree | 409a65da5c56629ec65cba1b76d62ea397096717 /src | |
parent | 07f0c900d6ade15ceb7ef418aa0ea7dabd1909c4 (diff) | |
download | gsoc2013-epiphany-fe99ccbdd0f1655f4b50b7cd765a65932e7ce49f.tar gsoc2013-epiphany-fe99ccbdd0f1655f4b50b7cd765a65932e7ce49f.tar.gz gsoc2013-epiphany-fe99ccbdd0f1655f4b50b7cd765a65932e7ce49f.tar.bz2 gsoc2013-epiphany-fe99ccbdd0f1655f4b50b7cd765a65932e7ce49f.tar.lz gsoc2013-epiphany-fe99ccbdd0f1655f4b50b7cd765a65932e7ce49f.tar.xz gsoc2013-epiphany-fe99ccbdd0f1655f4b50b7cd765a65932e7ce49f.tar.zst gsoc2013-epiphany-fe99ccbdd0f1655f4b50b7cd765a65932e7ce49f.zip |
forgot files...
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-spinner-action.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-spinner-action.h b/src/ephy-spinner-action.h index adb9d76c2..d867e8a9d 100644 --- a/src/ephy-spinner-action.h +++ b/src/ephy-spinner-action.h @@ -35,13 +35,13 @@ typedef struct EphySpinnerActionPrivate EphySpinnerActionPrivate; struct _EphySpinnerAction { - EggAction parent; + GtkAction parent; EphySpinnerActionPrivate *priv; }; struct _EphySpinnerActionClass { - EggActionClass parent_class; + GtkActionClass parent_class; }; GType ephy_spinner_action_get_type (void); |