Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-07-19 17:48:25 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-07-19 17:48:25 (GMT)
commitf00d7c5897477b0b2bfa7ff7229c443ebb81a855 (patch)
tree4913b9eead1d537684df450d8ca55ef7fe0b190e /libdocument
parent0606618980b8d31db5779ae35f5c4cf61a313da4 (diff)
Fix build with current poppler cvs head.
2007-07-19 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field): * libdocument/ev-form-field.h: * shell/ev-view.c: (ev_view_form_field_text_create_widget): Fix build with current poppler cvs head. svn path=/trunk/; revision=2574
Diffstat (limited to 'libdocument')
-rw-r--r--libdocument/ev-form-field.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdocument/ev-form-field.h b/libdocument/ev-form-field.h
index 1405999..0b09af9 100644
--- a/libdocument/ev-form-field.h
+++ b/libdocument/ev-form-field.h
@@ -81,7 +81,6 @@ typedef enum
{
EV_FORM_FIELD_TEXT_NORMAL,
EV_FORM_FIELD_TEXT_MULTILINE,
- EV_FORM_FIELD_TEXT_PASSWORD,
EV_FORM_FIELD_TEXT_FILE_SELECT
} EvFormFieldTextType;
@@ -125,6 +124,7 @@ struct _EvFormFieldText
gboolean do_scroll : 1;
gboolean comb : 1;
gboolean is_rich_text : 1;
+ gboolean is_password;
gint max_len;
gchar *text;