From 85a74e8277cb8064c5958b30de8484eac8b04d8a Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Mon, 7 May 2001 17:26:06 +0000 Subject: write what was converted to console, this function does not work always. 2001-05-07 Gediminas Paulauskas * gal/widgets/e-unicode.c (e_utf8_to_gtk_string_sized): write what was converted to console, this function does not work always. (e_utf8_gtk_editable_get_chars), (e_utf8_gtk_menu_item_new_with_label): removed some unneeded checks. (e_xml_get_translated_utf8_string_prop_by_name): if i.e. "title" was found, do not convert it to utf8 -- it already is. do this only on "_title". * gal/e-table/e-table-header-item.c: fix warning. svn path=/trunk/; revision=9692 --- widgets/table/e-table-header-item.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'widgets/table/e-table-header-item.c') diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c index 12f6c1f9db..35fb279b1c 100644 --- a/widgets/table/e-table-header-item.c +++ b/widgets/table/e-table-header-item.c @@ -8,20 +8,23 @@ * Copyright 1999, 2000, 2001 Ximian, Inc. */ #include + +#include "e-table-header-item.h" + +#include #include #include -#include "gal/util/e-i18n.h" #include #include #include #include #include #include "gal/widgets/e-cursors.h" +#include "gal/util/e-i18n.h" #include "gal/util/e-xml-utils.h" #include "gal/widgets/e-canvas.h" #include "gal/widgets/e-popup-menu.h" #include "e-table-header.h" -#include "e-table-header-item.h" #include "e-table-header-utils.h" #include "e-table-col-dnd.h" #include "e-table-defines.h" -- cgit v1.2.3