use libedataserver's e-url.
2005-01-17 Rodrigo Moya <rodrigo@novell.com> * gui/calendar-component.c: * gui/calendar-offline-handler.c: * gui/comp-editor-factory.c: * gui/e-tasks.c: * gui/gnome-cal.c: * gui/misc.c: * gui/alarm-notify/alarm-notify.c: use libedataserver's e-url. svn path=/trunk/; revision=28422
This commit is contained in:
committed by
Rodrigo Moya
parent
7bec5dfd06
commit
2a1586d947
@ -1,3 +1,13 @@
|
||||
2005-01-17 Rodrigo Moya <rodrigo@novell.com>
|
||||
|
||||
* gui/calendar-component.c:
|
||||
* gui/calendar-offline-handler.c:
|
||||
* gui/comp-editor-factory.c:
|
||||
* gui/e-tasks.c:
|
||||
* gui/gnome-cal.c:
|
||||
* gui/misc.c:
|
||||
* gui/alarm-notify/alarm-notify.c: use libedataserver's e-url.
|
||||
|
||||
2005-01-17 Nat Friedman <nat@novell.com>
|
||||
|
||||
* gui/dialogs/url-editor-dialog.glade: Changed the title for the
|
||||
|
||||
@ -25,12 +25,12 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <bonobo/bonobo-main.h>
|
||||
#include <libedataserver/e-url.h>
|
||||
#include <libecal/e-cal.h>
|
||||
#include "alarm-notify.h"
|
||||
#include "alarm-queue.h"
|
||||
#include "config-data.h"
|
||||
#include "common/authentication.h"
|
||||
#include "e-util/e-url.h"
|
||||
#include "e-util/e-passwords.h"
|
||||
|
||||
|
||||
|
||||
@ -31,10 +31,10 @@
|
||||
#include <bonobo/bonobo-i18n.h>
|
||||
#include <bonobo/bonobo-exception.h>
|
||||
#include <libical/icalvcal.h>
|
||||
#include <libedataserver/e-url.h>
|
||||
#include <libecal/e-cal-time-util.h>
|
||||
#include <libedataserverui/e-source-selector.h>
|
||||
#include <shell/e-user-creatable-items-handler.h>
|
||||
#include <e-util/e-url.h>
|
||||
#include "e-pub-utils.h"
|
||||
#include "e-calendar-view.h"
|
||||
#include "calendar-config-keys.h"
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
#include <gtk/gtksignal.h>
|
||||
#include <bonobo/bonobo-exception.h>
|
||||
#include <bonobo/bonobo-i18n.h>
|
||||
#include "e-util/e-url.h"
|
||||
#include <libedataserver/e-url.h>
|
||||
#include <libecal/e-cal.h>
|
||||
#include "calendar-offline-handler.h"
|
||||
#include "common/authentication.h"
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
#include <bonobo/bonobo-exception.h>
|
||||
#include <bonobo/bonobo-i18n.h>
|
||||
#include <evolution-calendar.h>
|
||||
#include <e-util/e-url.h>
|
||||
#include <libedataserver/e-url.h>
|
||||
#include <libecal/e-cal.h>
|
||||
#include "calendar-config.h"
|
||||
#include "e-comp-editor-registry.h"
|
||||
|
||||
@ -36,8 +36,8 @@
|
||||
#include "widgets/misc/e-error.h"
|
||||
#include "e-util/e-categories-config.h"
|
||||
#include "e-util/e-time-utils.h"
|
||||
#include "e-util/e-url.h"
|
||||
#include "shell/e-user-creatable-items-handler.h"
|
||||
#include <libedataserver/e-url.h>
|
||||
#include <libecal/e-cal-time-util.h>
|
||||
#include "widgets/menus/gal-view-menus.h"
|
||||
#include "dialogs/delete-error.h"
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
#include <libgnomeui/gnome-dialog.h>
|
||||
#include <libgnomeui/gnome-dialog-util.h>
|
||||
#include <bonobo/bonobo-exception.h>
|
||||
#include "e-util/e-url.h"
|
||||
#include <libedataserver/e-url.h>
|
||||
#include "shell/e-user-creatable-items-handler.h"
|
||||
#include <libecal/e-cal-time-util.h>
|
||||
#include <gal/menus/gal-view-factory-etable.h>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#include <e-util/e-url.h>
|
||||
#include <libedataserver/e-url.h>
|
||||
#include "misc.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user