aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-pixbuf.c
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@delfi.lt>2001-04-05 08:26:43 +0800
committerGediminas Paulauskas <menesis@src.gnome.org>2001-04-05 08:26:43 +0800
commitc77e63e2cc9d19f865589da454e8810f8804aedf (patch)
tree213ff7264cb70cfb1ec0cdbd31655c64a0985f58 /widgets/table/e-cell-pixbuf.c
parent7210c85ade19359bfb711b66780a47700742b0fa (diff)
downloadgsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.tar
gsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.tar.gz
gsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.tar.bz2
gsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.tar.lz
gsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.tar.xz
gsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.tar.zst
gsoc2013-evolution-c77e63e2cc9d19f865589da454e8810f8804aedf.zip
Some small header cleanups & fixes, and fix to translate all popup menus
(woohoo!): 2001-04-05 Gediminas Paulauskas <menesis@delfi.lt> * gal/widgets/e-popup-menu.c: Copied gnome_app_helper_gettext function here, and use it for translating menu names (they are passed from app as well as from gal in arrays with N_(), and domains differ). svn path=/trunk/; revision=9190
Diffstat (limited to 'widgets/table/e-cell-pixbuf.c')
-rw-r--r--widgets/table/e-cell-pixbuf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/widgets/table/e-cell-pixbuf.c b/widgets/table/e-cell-pixbuf.c
index 3e89f53c75..9b829fbc0b 100644
--- a/widgets/table/e-cell-pixbuf.c
+++ b/widgets/table/e-cell-pixbuf.c
@@ -8,9 +8,7 @@
*/
#include <stdio.h>
-#include <glib.h>
-#include <libgnomeui/libgnomeui.h>
-
+#include <libgnomeui/gnome-canvas.h>
#include "e-cell-pixbuf.h"
static ECellClass *parent_class;