From 5ad1bf8506772c6e02da2e48391d0a9e03b80048 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 14 Sep 2007 15:29:05 +0000 Subject: Remove the --enable-file-chooser configure option. GtkFileChooser has been around since 2004. svn path=/trunk/; revision=34257 --- plugins/ipod-sync/ChangeLog | 8 ++++++++ plugins/ipod-sync/ical-format.c | 8 ++------ 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'plugins/ipod-sync') diff --git a/plugins/ipod-sync/ChangeLog b/plugins/ipod-sync/ChangeLog index 143d1a3760..fc53b2bc0b 100644 --- a/plugins/ipod-sync/ChangeLog +++ b/plugins/ipod-sync/ChangeLog @@ -1,3 +1,11 @@ +2007-09-14 Matthew Barnes + + ** Fixes part of bug #476231 + + * ical-format.c: + Remove non-USE_GTKFILECHOOSER code. + GtkFileChooser has been around since 2004. + 2007-06-07 Gilles Dartiguelongue * evolution-ipod-sync.c: (ipod_get_mount): diff --git a/plugins/ipod-sync/ical-format.c b/plugins/ipod-sync/ical-format.c index 3a27771dcf..e747255124 100644 --- a/plugins/ipod-sync/ical-format.c +++ b/plugins/ipod-sync/ical-format.c @@ -25,12 +25,8 @@ #endif #include #include -#ifdef USE_GTKFILECHOOSER -# include -# include -#else -# include -#endif +#include +#include #include #include #include -- cgit