diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-25 06:41:13 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-25 06:41:13 +0800 |
commit | f1172ec0fd7fbff4ce4807ab058055e00faad3db (patch) | |
tree | a021a179f6703d362408cbbc2b1f7bc7e5469186 /widgets/table/e-cell-combo.c | |
parent | 4d261c55e56314bd629db70cece3b378a92c2b76 (diff) | |
download | gsoc2013-evolution-f1172ec0fd7fbff4ce4807ab058055e00faad3db.tar.gz gsoc2013-evolution-f1172ec0fd7fbff4ce4807ab058055e00faad3db.tar.zst gsoc2013-evolution-f1172ec0fd7fbff4ce4807ab058055e00faad3db.zip |
Added #include "gal/widgets/e-unicode.h".
2001-10-24 Christopher James Lahey <clahey@ximian.com>
* e-cell-combo.c: Added #include "gal/widgets/e-unicode.h".
* e-cell-text.c: Added lots of deactivated debugging printfs here.
(ect_event): Fixed the flags check here. Set edit->actions to 0
before calling e_text_event_processor_handle_event.
* e-table-item.c, e-table-item.h: Use eti_grab and eti_ungrab all
over the place. Added lots and lots of deactivated debugging
printfs here.
(eti_grab, eti_ungrab): New functions to encapsulate grabbing and
ungrabbing the cursor and to allow for recursive grabs
(refcounting style.)
* e-table.c: Added deactivated debugging printfs here.
(et_canvas_root_event): Attach to the event handler on the root
canvas item instead of the canvas itself when making the ETable
leave editing state. Fixes Ximian bug #9737.
svn path=/trunk/; revision=14072
Diffstat (limited to 'widgets/table/e-cell-combo.c')
-rw-r--r-- | widgets/table/e-cell-combo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-cell-combo.c b/widgets/table/e-cell-combo.c index 0eb3eb914b..23f55d6ccd 100644 --- a/widgets/table/e-cell-combo.c +++ b/widgets/table/e-cell-combo.c @@ -57,6 +57,7 @@ #include <string.h> /* strcmp() */ #include <gdk/gdkkeysyms.h> #include "gal/util/e-util.h" +#include "gal/widgets/e-unicode.h" #include "e-table-item.h" #include "e-cell-combo.h" #include "e-cell-text.h" |