diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2012-02-29 20:11:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-03-03 22:02:33 +0800 |
commit | 14f82dde3448261b5b01fbf298b5c12a0e25d676 (patch) | |
tree | 05821eedd478db06953098fa64ba5139e7ea85be /widgets/table | |
parent | ecb75f8ee985320e2b1f46974026b555076056e7 (diff) | |
download | gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.gz gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.zst gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.zip |
Move EAlert* and e-xml-utils references from other part of the code to libevolution-utils.
Diffstat (limited to 'widgets/table')
-rw-r--r-- | widgets/table/e-table-column-specification.c | 2 | ||||
-rw-r--r-- | widgets/table/e-table-field-chooser-item.c | 2 | ||||
-rw-r--r-- | widgets/table/e-table-header-item.c | 2 | ||||
-rw-r--r-- | widgets/table/e-table-memory.c | 2 | ||||
-rw-r--r-- | widgets/table/e-table-sort-info.c | 2 | ||||
-rw-r--r-- | widgets/table/e-table-specification.c | 2 | ||||
-rw-r--r-- | widgets/table/e-table-state.c | 2 | ||||
-rw-r--r-- | widgets/table/e-tree-memory.c | 2 | ||||
-rw-r--r-- | widgets/table/e-tree-model.c | 2 | ||||
-rw-r--r-- | widgets/table/e-tree-sorted.c | 2 | ||||
-rw-r--r-- | widgets/table/e-tree-table-adapter.c | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/widgets/table/e-table-column-specification.c b/widgets/table/e-table-column-specification.c index cd7e07acca..a242d95bfa 100644 --- a/widgets/table/e-table-column-specification.c +++ b/widgets/table/e-table-column-specification.c @@ -32,7 +32,7 @@ #include <libxml/xmlmemory.h> #include "e-util/e-util.h" -#include "e-util/e-xml-utils.h" +#include "libevolution-utils/e-xml-utils.h" #include "e-table-column-specification.h" diff --git a/widgets/table/e-table-field-chooser-item.c b/widgets/table/e-table-field-chooser-item.c index 45881d4c03..fcd186ad31 100644 --- a/widgets/table/e-table-field-chooser-item.c +++ b/widgets/table/e-table-field-chooser-item.c @@ -32,7 +32,7 @@ #include <glib/gi18n.h> #include "e-util/e-util.h" -#include "e-util/e-xml-utils.h" +#include "libevolution-utils/e-xml-utils.h" #include "misc/e-canvas.h" #include "e-table-col-dnd.h" diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c index 780720e1aa..8054a95a36 100644 --- a/widgets/table/e-table-header-item.c +++ b/widgets/table/e-table-header-item.c @@ -34,7 +34,7 @@ #include <glib/gi18n.h> #include "e-util/e-util.h" -#include "e-util/e-xml-utils.h" +#include "libevolution-utils/e-xml-utils.h" #include "misc/e-canvas.h" #include "e-popup-menu.h" diff --git a/widgets/table/e-table-memory.c b/widgets/table/e-table-memory.c index e14997c92b..58c1f8415a 100644 --- a/widgets/table/e-table-memory.c +++ b/widgets/table/e-table-memory.c @@ -35,7 +35,7 @@ #include <libxml/xmlmemory.h> #include "e-util/e-util.h" -#include "e-util/e-xml-utils.h" +#include "libevolution-utils/e-xml-utils.h" #include "e-table-memory.h" diff --git a/widgets/table/e-table-sort-info.c b/widgets/table/e-table-sort-info.c index cac2586b8a..c477618f09 100644 --- a/widgets/table/e-table-sort-info.c +++ b/widgets/table/e-table-sort-info.c @@ -27,7 +27,7 @@ #include <string.h> #include "e-util/e-util.h" -#include "e-util/e-xml-utils.h" +#include "libevolution-utils/e-xml-utils.h" #include "e-table-sort-info.h" diff --git a/widgets/table/e-table-specification.c b/widgets/table/e-table-specification.c index 03f0e4503b..11f35b0f54 100644 --- a/widgets/table/e-table-specification.c +++ b/widgets/table/e-table-specification.c @@ -34,7 +34,7 @@ #include <libedataserver/e-xml-utils.h> #include "e-util/e-util.h" -#include "e-util/e-xml-utils.h" +#include "libevolution-utils/e-xml-utils.h" #include "e-table-specification.h" diff --git a/widgets/table/e-table-state.c b/widgets/table/e-table-state.c index a3362819b4..6449fefe7f 100644 --- a/widgets/table/e-table-state.c +++ b/widgets/table/e-table-state.c @@ -33,7 +33,7 @@ #include <libedataserver/e-xml-utils.h> #include "e-util/e-util.h" -#include "e-util/e-xml-utils.h" +#include "libevolution-utils/e-xml-utils.h" #include "e-table-state.h" diff --git a/widgets/table/e-tree-memory.c b/widgets/table/e-tree-memory.c index 1b1bb9b2ba..ec7092433a 100644 --- a/widgets/table/e-tree-memory.c +++ b/widgets/table/e-tree-memory.c @@ -35,7 +35,7 @@ #include <libxml/xmlmemory.h> #include "e-util/e-util.h" -#include "e-util/e-xml-utils.h" +#include "libevolution-utils/e-xml-utils.h" #include "e-tree-memory.h" diff --git a/widgets/table/e-tree-model.c b/widgets/table/e-tree-model.c index 9bed842a35..3ba402d1f7 100644 --- a/widgets/table/e-tree-model.c +++ b/widgets/table/e-tree-model.c @@ -35,7 +35,7 @@ #include <libxml/xmlmemory.h> #include "e-util/e-util.h" -#include "e-util/e-xml-utils.h" +#include "libevolution-utils/e-xml-utils.h" #include "e-tree-model.h" diff --git a/widgets/table/e-tree-sorted.c b/widgets/table/e-tree-sorted.c index eee9414d2a..ecc278b0bb 100644 --- a/widgets/table/e-tree-sorted.c +++ b/widgets/table/e-tree-sorted.c @@ -40,7 +40,7 @@ #include <libxml/xmlmemory.h> #include "e-util/e-util.h" -#include "e-util/e-xml-utils.h" +#include "libevolution-utils/e-xml-utils.h" #include "e-table-sorting-utils.h" #include "e-tree-sorted.h" diff --git a/widgets/table/e-tree-table-adapter.c b/widgets/table/e-tree-table-adapter.c index dd7c1e7705..8e029cd739 100644 --- a/widgets/table/e-tree-table-adapter.c +++ b/widgets/table/e-tree-table-adapter.c @@ -34,7 +34,7 @@ #include <libedataserver/e-xml-utils.h> #include "e-util/e-util.h" -#include "e-util/e-xml-utils.h" +#include "libevolution-utils/e-xml-utils.h" #include "e-table-sorting-utils.h" #include "e-tree-table-adapter.h" |