aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-field-chooser.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-field-chooser.c')
-rw-r--r--widgets/table/e-table-field-chooser.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/widgets/table/e-table-field-chooser.c b/widgets/table/e-table-field-chooser.c
index 333827fd48..fe6eb3c46c 100644
--- a/widgets/table/e-table-field-chooser.c
+++ b/widgets/table/e-table-field-chooser.c
@@ -26,9 +26,9 @@
#include <gtk/gtk.h>
#include <libgnomecanvas/gnome-canvas-rect-ellipse.h>
-#include "gal/util/e-i18n.h"
-#include "gal/util/e-util.h"
-#include "gal/util/e-util-private.h"
+#include "e-util/e-i18n.h"
+#include "e-util/e-util.h"
+#include "e-util/e-util-private.h"
#include "e-table-field-chooser.h"
#include "e-table-field-chooser-item.h"
@@ -155,7 +155,7 @@ e_table_field_chooser_init (ETableFieldChooser *etfc)
{
GladeXML *gui;
GtkWidget *widget;
- gchar *filename = g_build_filename (GAL_GLADEDIR,
+ gchar *filename = g_build_filename (EVOLUTION_GLADEDIR,
"e-table-field-chooser.glade",
NULL);
gui = glade_xml_new (filename, NULL, E_I18N_DOMAIN);