evolution r37036 - in trunk: addressbook addressbook/gui/contact-editor addressbook/gui/widgets addressbook/printing calendar calendar/gui e-util mail mail/importers shell shell/importer widgets widgets/menus
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37036 - in trunk: addressbook addressbook/gui/contact-editor addressbook/gui/widgets addressbook/printing calendar calendar/gui e-util mail mail/importers shell shell/importer widgets widgets/menus
- Date: Sun, 11 Jan 2009 04:52:38 +0000 (UTC)
Author: mbarnes
Date: Sun Jan 11 04:52:38 2009
New Revision: 37036
URL: http://svn.gnome.org/viewvc/evolution?rev=37036&view=rev
Log:
2009-01-10 Matthew Barnes <mbarnes redhat com>
* addressbook/gui/contact-editor/e-contact-editor-address.c:
* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/printing/e-contact-print.c:
* calendar/gui/calendar-commands.c:
* calendar/gui/e-cal-list-view.c:
* calendar/gui/e-day-view.c:
* calendar/gui/e-itip-control.c:
* calendar/gui/e-meeting-list-view.c:
* calendar/gui/e-meeting-store.c:
* calendar/gui/e-week-view.c:
* calendar/gui/gnome-cal.c:
* calendar/gui/memos-control.c:
* calendar/gui/tasks-control.c:
* e-util/e-dialog-utils.c:
* mail/em-folder-view.c:
* mail/importers/mail-importer.c:
* shell/e-shell.c:
* shell/evolution-shell-component-utils.c:
* shell/importer/intelligent.c:
* shell/main.c:
* widgets/menus/gal-view-collection.c:
* widgets/menus/gal-view-instance.c:
Remove unneeded #include <libgnome/gnome-util.h>.
Modified:
trunk/addressbook/ChangeLog
trunk/addressbook/gui/contact-editor/e-contact-editor-address.c
trunk/addressbook/gui/contact-editor/e-contact-editor-fullname.c
trunk/addressbook/gui/contact-editor/e-contact-editor-im.c
trunk/addressbook/gui/widgets/e-addressbook-view.c
trunk/addressbook/printing/e-contact-print.c
trunk/calendar/ChangeLog
trunk/calendar/gui/calendar-commands.c
trunk/calendar/gui/e-cal-list-view.c
trunk/calendar/gui/e-day-view.c
trunk/calendar/gui/e-itip-control.c
trunk/calendar/gui/e-meeting-list-view.c
trunk/calendar/gui/e-meeting-store.c
trunk/calendar/gui/e-week-view.c
trunk/calendar/gui/gnome-cal.c
trunk/calendar/gui/memos-control.c
trunk/calendar/gui/tasks-control.c
trunk/e-util/ChangeLog
trunk/e-util/e-dialog-utils.c
trunk/mail/ChangeLog
trunk/mail/em-folder-view.c
trunk/mail/importers/mail-importer.c
trunk/shell/ChangeLog
trunk/shell/e-shell.c
trunk/shell/evolution-shell-component-utils.c
trunk/shell/importer/intelligent.c
trunk/shell/main.c
trunk/widgets/ChangeLog
trunk/widgets/menus/gal-view-collection.c
trunk/widgets/menus/gal-view-instance.c
Modified: trunk/addressbook/gui/contact-editor/e-contact-editor-address.c
==============================================================================
--- trunk/addressbook/gui/contact-editor/e-contact-editor-address.c (original)
+++ trunk/addressbook/gui/contact-editor/e-contact-editor-address.c Sun Jan 11 04:52:38 2009
@@ -26,7 +26,6 @@
#include <e-util/e-util-private.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <misc/e-gui-utils.h>
#include <string.h>
#include <stdlib.h>
Modified: trunk/addressbook/gui/contact-editor/e-contact-editor-fullname.c
==============================================================================
--- trunk/addressbook/gui/contact-editor/e-contact-editor-fullname.c (original)
+++ trunk/addressbook/gui/contact-editor/e-contact-editor-fullname.c Sun Jan 11 04:52:38 2009
@@ -23,7 +23,6 @@
#include <config.h>
#include "e-contact-editor-fullname.h"
#include <e-util/e-util-private.h>
-#include <libgnome/gnome-util.h>
#include <glib/gi18n.h>
static void e_contact_editor_fullname_init (EContactEditorFullname *card);
Modified: trunk/addressbook/gui/contact-editor/e-contact-editor-im.c
==============================================================================
--- trunk/addressbook/gui/contact-editor/e-contact-editor-im.c (original)
+++ trunk/addressbook/gui/contact-editor/e-contact-editor-im.c Sun Jan 11 04:52:38 2009
@@ -22,7 +22,6 @@
#include <config.h>
#include "e-contact-editor-im.h"
-#include <libgnome/gnome-util.h>
#include <glib/gi18n.h>
#include <string.h>
#include <e-util/e-util-private.h>
Modified: trunk/addressbook/gui/widgets/e-addressbook-view.c
==============================================================================
--- trunk/addressbook/gui/widgets/e-addressbook-view.c (original)
+++ trunk/addressbook/gui/widgets/e-addressbook-view.c Sun Jan 11 04:52:38 2009
@@ -24,7 +24,6 @@
#include <config.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <table/e-table-scrolled.h>
#include <table/e-table-model.h>
#include <misc/e-gui-utils.h>
@@ -554,7 +553,8 @@
gal_view_collection_set_title (collection, _("Address Book"));
- galview = gnome_util_prepend_user_home("/.evolution/addressbook/views");
+ galview = g_build_filename (
+ e_get_user_data_dir (), "addressbook", "views", NULL);
addressbookdir = g_build_filename (EVOLUTION_GALVIEWSDIR,
"addressbook",
NULL);
Modified: trunk/addressbook/printing/e-contact-print.c
==============================================================================
--- trunk/addressbook/printing/e-contact-print.c (original)
+++ trunk/addressbook/printing/e-contact-print.c Sun Jan 11 04:52:38 2009
@@ -29,7 +29,6 @@
#include <libxml/tree.h>
#include <libxml/parser.h>
#include <libxml/xmlmemory.h>
-#include <libgnome/gnome-util.h>
#include <glib/gi18n.h>
#include <libebook/e-book.h>
#include <libebook/e-contact.h>
Modified: trunk/calendar/gui/calendar-commands.c
==============================================================================
--- trunk/calendar/gui/calendar-commands.c (original)
+++ trunk/calendar/gui/calendar-commands.c Sun Jan 11 04:52:38 2009
@@ -37,7 +37,6 @@
#include <errno.h>
#include <gtk/gtk.h>
-#include <libgnome/gnome-util.h>
#include <glib/gi18n.h>
#include <bonobo/bonobo-ui-util.h>
#include <bonobo/bonobo-exception.h>
Modified: trunk/calendar/gui/e-cal-list-view.c
==============================================================================
--- trunk/calendar/gui/e-cal-list-view.c (original)
+++ trunk/calendar/gui/e-cal-list-view.c Sun Jan 11 04:52:38 2009
@@ -43,7 +43,6 @@
#include <misc/e-popup-menu.h>
#include <misc/e-cell-date-edit.h>
#include <libgnome/gnome-exec.h>
-#include <libgnome/gnome-util.h>
#include <e-util/e-categories-config.h>
#include <e-util/e-dialog-utils.h>
#include <e-util/e-util-private.h>
Modified: trunk/calendar/gui/e-day-view.c
==============================================================================
--- trunk/calendar/gui/e-day-view.c (original)
+++ trunk/calendar/gui/e-day-view.c Sun Jan 11 04:52:38 2009
@@ -39,7 +39,6 @@
#include <libgnomecanvas/gnome-canvas-rect-ellipse.h>
#include <glib/gi18n.h>
#include <libgnome/gnome-exec.h>
-#include <libgnome/gnome-util.h>
#include <e-util/e-categories-config.h>
#include <e-util/e-dialog-utils.h>
Modified: trunk/calendar/gui/e-itip-control.c
==============================================================================
--- trunk/calendar/gui/e-itip-control.c (original)
+++ trunk/calendar/gui/e-itip-control.c Sun Jan 11 04:52:38 2009
@@ -31,7 +31,6 @@
#include <unistd.h>
#include <glib/gi18n.h>
#include <glib/gstdio.h>
-#include <libgnome/gnome-util.h>
#include <bonobo/bonobo-object.h>
#include <bonobo/bonobo-exception.h>
#include <gtkhtml/gtkhtml.h>
Modified: trunk/calendar/gui/e-meeting-list-view.c
==============================================================================
--- trunk/calendar/gui/e-meeting-list-view.c (original)
+++ trunk/calendar/gui/e-meeting-list-view.c Sun Jan 11 04:52:38 2009
@@ -31,7 +31,6 @@
#include <bonobo/bonobo-widget.h>
#include <bonobo/bonobo-exception.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <libebook/e-book.h>
#include <libebook/e-vcard.h>
#include <libecal/e-cal-component.h>
Modified: trunk/calendar/gui/e-meeting-store.c
==============================================================================
--- trunk/calendar/gui/e-meeting-store.c (original)
+++ trunk/calendar/gui/e-meeting-store.c Sun Jan 11 04:52:38 2009
@@ -27,7 +27,6 @@
#include <gio/gio.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <libecal/e-cal-component.h>
#include <libecal/e-cal-util.h>
#include <libecal/e-cal-time-util.h>
Modified: trunk/calendar/gui/e-week-view.c
==============================================================================
--- trunk/calendar/gui/e-week-view.c (original)
+++ trunk/calendar/gui/e-week-view.c Sun Jan 11 04:52:38 2009
@@ -36,7 +36,6 @@
#include <gdk/gdkkeysyms.h>
#include <glib/gi18n.h>
#include <libgnome/gnome-exec.h>
-#include <libgnome/gnome-util.h>
#include <libgnomecanvas/gnome-canvas-pixbuf.h>
#include <text/e-text.h>
#include <misc/e-canvas-utils.h>
Modified: trunk/calendar/gui/gnome-cal.c
==============================================================================
--- trunk/calendar/gui/gnome-cal.c (original)
+++ trunk/calendar/gui/gnome-cal.c Sun Jan 11 04:52:38 2009
@@ -36,7 +36,6 @@
#include <glib.h>
#include <gdk/gdkkeysyms.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <bonobo/bonobo-exception.h>
#include <libedataserver/e-categories.h>
#include <libedataserver/e-url.h>
Modified: trunk/calendar/gui/memos-control.c
==============================================================================
--- trunk/calendar/gui/memos-control.c (original)
+++ trunk/calendar/gui/memos-control.c Sun Jan 11 04:52:38 2009
@@ -29,7 +29,6 @@
#include <gtk/gtk.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <bonobo/bonobo-control.h>
#include <bonobo/bonobo-ui-util.h>
#include <e-util/e-dialog-utils.h>
Modified: trunk/calendar/gui/tasks-control.c
==============================================================================
--- trunk/calendar/gui/tasks-control.c (original)
+++ trunk/calendar/gui/tasks-control.c Sun Jan 11 04:52:38 2009
@@ -27,7 +27,6 @@
#include <gtk/gtk.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <bonobo/bonobo-control.h>
#include <bonobo/bonobo-ui-util.h>
#include <e-util/e-dialog-utils.h>
Modified: trunk/e-util/e-dialog-utils.c
==============================================================================
--- trunk/e-util/e-dialog-utils.c (original)
+++ trunk/e-util/e-dialog-utils.c Sun Jan 11 04:52:38 2009
@@ -27,6 +27,7 @@
#include "e-dialog-utils.h"
+#include <errno.h>
#include <unistd.h>
#include <glib/gstdio.h>
@@ -36,7 +37,6 @@
#include <gconf/gconf-client.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include "e-util/e-util.h"
#include "e-util/e-error.h"
Modified: trunk/mail/em-folder-view.c
==============================================================================
--- trunk/mail/em-folder-view.c (original)
+++ trunk/mail/em-folder-view.c Sun Jan 11 04:52:38 2009
@@ -29,7 +29,6 @@
#include <glib/gstdio.h>
#include <gdk/gdkkeysyms.h>
-#include <libgnome/gnome-util.h>
#ifdef G_OS_WIN32
/* Work around 'DATADIR' and 'interface' lossage in <windows.h> */
Modified: trunk/mail/importers/mail-importer.c
==============================================================================
--- trunk/mail/importers/mail-importer.c (original)
+++ trunk/mail/importers/mail-importer.c Sun Jan 11 04:52:38 2009
@@ -25,6 +25,7 @@
#include <config.h>
#endif
+#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <sys/types.h>
@@ -36,7 +37,6 @@
#include <glib/gstdio.h>
#include <gmodule.h>
-#include <libgnome/gnome-util.h>
#include <glib/gi18n.h>
#include <camel/camel-folder.h>
#include <camel/camel-store.h>
Modified: trunk/shell/e-shell.c
==============================================================================
--- trunk/shell/e-shell.c (original)
+++ trunk/shell/e-shell.c Sun Jan 11 04:52:38 2009
@@ -43,7 +43,6 @@
#endif
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <gconf/gconf-client.h>
Modified: trunk/shell/evolution-shell-component-utils.c
==============================================================================
--- trunk/shell/evolution-shell-component-utils.c (original)
+++ trunk/shell/evolution-shell-component-utils.c Sun Jan 11 04:52:38 2009
@@ -29,7 +29,6 @@
#include <string.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <bonobo/bonobo-ui-util.h>
#include <bonobo/bonobo-moniker-util.h>
#include <bonobo/bonobo-exception.h>
Modified: trunk/shell/importer/intelligent.c
==============================================================================
--- trunk/shell/importer/intelligent.c (original)
+++ trunk/shell/importer/intelligent.c Sun Jan 11 04:52:38 2009
@@ -29,7 +29,6 @@
#include <gtk/gtk.h>
#include <libgnome/gnome-config.h>
-/*#include <libgnome/gnome-util.h>*/
#include <glib/gi18n.h>
#include <bonobo/bonobo-object.h>
Modified: trunk/shell/main.c
==============================================================================
--- trunk/shell/main.c (original)
+++ trunk/shell/main.c Sun Jan 11 04:52:38 2009
@@ -51,7 +51,6 @@
#include <gconf/gconf-client.h>
#include <glib/gi18n.h>
-#include <libgnome/gnome-util.h>
#include <libgnome/gnome-sound.h>
#include <libgnomeui/gnome-ui-init.h>
#include <libgnomeui/gnome-client.h>
Modified: trunk/widgets/menus/gal-view-collection.c
==============================================================================
--- trunk/widgets/menus/gal-view-collection.c (original)
+++ trunk/widgets/menus/gal-view-collection.c Sun Jan 11 04:52:38 2009
@@ -28,7 +28,6 @@
#include <glib.h>
#include <libxml/parser.h>
-#include <libgnome/gnome-util.h>
#include <libedataserver/e-xml-utils.h>
#include <glib/gi18n.h>
Modified: trunk/widgets/menus/gal-view-instance.c
==============================================================================
--- trunk/widgets/menus/gal-view-instance.c (original)
+++ trunk/widgets/menus/gal-view-instance.c Sun Jan 11 04:52:38 2009
@@ -31,7 +31,6 @@
#include <gtk/gtk.h>
#include <libxml/parser.h>
-#include <libgnome/gnome-util.h>
#include <glib/gstdio.h>
#include <libedataserver/e-xml-utils.h>
#include <libedataserver/e-data-server-util.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]