aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-spinner-action.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2003-08-30 01:19:29 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-08-30 01:19:29 +0800
commitfe99ccbdd0f1655f4b50b7cd765a65932e7ce49f (patch)
tree409a65da5c56629ec65cba1b76d62ea397096717 /src/ephy-spinner-action.h
parent07f0c900d6ade15ceb7ef418aa0ea7dabd1909c4 (diff)
downloadgsoc2013-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/ephy-spinner-action.h')
-rw-r--r--src/ephy-spinner-action.h4
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);