diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-30 00:59:14 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-30 00:59:14 +0800 |
commit | f2da560b232d7a0166fdf0aec3a9b48d574b0c65 (patch) | |
tree | 32d3b698b3cc412e6495f8b77613ab478c5feaef /src | |
parent | 3a4910096aaf0a3aa807f1c5c54178a11443bf50 (diff) | |
download | gsoc2013-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.h | 2 |
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, |