aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-03-30 00:59:14 +0800
committerChristian Persch <chpe@src.gnome.org>2004-03-30 00:59:14 +0800
commitf2da560b232d7a0166fdf0aec3a9b48d574b0c65 (patch)
tree32d3b698b3cc412e6495f8b77613ab478c5feaef /src
parent3a4910096aaf0a3aa807f1c5c54178a11443bf50 (diff)
downloadgsoc2013-epiphany-f2da560b232d7a0166fdf0aec3a9b48d574b0c65.tar
gsoc2013-epiphany-f2da560b232d7a0166fdf0aec3a9b48d574b0c65.tar.gz
gsoc2013-epiphany-f2da560b232d7a0166fdf0aec3a9b48d574b0c65.tar.bz2
gsoc2013-epiphany-f2da560b232d7a0166fdf0aec3a9b48d574b0c65.tar.lz
gsoc2013-epiphany-f2da560b232d7a0166fdf0aec3a9b48d574b0c65.tar.xz
gsoc2013-epiphany-f2da560b232d7a0166fdf0aec3a9b48d574b0c65.tar.zst
gsoc2013-epiphany-f2da560b232d7a0166fdf0aec3a9b48d574b0c65.zip
Make EphyCompletionColumn a typedef enum, fixes bug #136878.
2004-03-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-completion-model.h: Make EphyCompletionColumn a typedef enum, fixes bug #136878.
Diffstat (limited to 'src')
-rw-r--r--src/ephy-completion-model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-completion-model.h b/src/ephy-completion-model.h
index 4e65fde7e..934672e05 100644
--- a/src/ephy-completion-model.h
+++ b/src/ephy-completion-model.h
@@ -34,7 +34,7 @@ G_BEGIN_DECLS
typedef struct EphyCompletionModelPrivate EphyCompletionModelPrivate;
-enum
+typedef enum
{
EPHY_COMPLETION_TEXT_COL,
EPHY_COMPLETION_ACTION_COL,