aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toolbar/ephy-tbi-std-toolitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toolbar/ephy-tbi-std-toolitem.h')
-rw-r--r--lib/toolbar/ephy-tbi-std-toolitem.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/toolbar/ephy-tbi-std-toolitem.h b/lib/toolbar/ephy-tbi-std-toolitem.h
index 67073041f..c47d5d7ea 100644
--- a/lib/toolbar/ephy-tbi-std-toolitem.h
+++ b/lib/toolbar/ephy-tbi-std-toolitem.h
@@ -49,14 +49,12 @@ typedef struct _EphyTbiStdToolitemPrivate EphyTbiStdToolitemPrivate;
EphyTbiStdToolitemClass))
typedef enum
{
- EPHY_TBI_STD_TOOLITEM_BACK,
- EPHY_TBI_STD_TOOLITEM_FORWARD,
- EPHY_TBI_STD_TOOLITEM_UP,
EPHY_TBI_STD_TOOLITEM_STOP,
EPHY_TBI_STD_TOOLITEM_RELOAD,
EPHY_TBI_STD_TOOLITEM_HOME,
EPHY_TBI_STD_TOOLITEM_GO,
- EPHY_TBI_STD_TOOLITEM_NEW
+ EPHY_TBI_STD_TOOLITEM_NEW,
+ EPHY_TBI_STD_TOOLITEM_ERROR
} EphyTbiStdToolitemItem;