Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view-private.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-07-24 18:19:38 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-07-24 18:19:38 (GMT)
commit7172457c057ce9ec6011866e055f9c5ce6e284f2 (patch)
tree6e63ff4628c789969a76b34b2493ff9b0f5cee28 /shell/ev-view-private.h
parentcb1b1546df981d4e3f0fbc4e4e1dacb64090a473 (diff)
Use IBEAM cursor for text form fields and NORMAL cursor for read only
2007-07-24 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_handle_cursor_over_xy), (ev_view_leave_notify_event), (ev_view_finalize), (ev_view_get_property), (ev_view_class_init): Use IBEAM cursor for text form fields and NORMAL cursor for read only fields. Remove unused status attribute. svn path=/trunk/; revision=2577
Diffstat (limited to 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index 4908711..12d5c8a 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -78,7 +78,6 @@ struct _EvView {
EvDocument *document;
- char *status;
char *find_status;
int find_result;
gboolean jump_to_find_result;