aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ipod-sync/evolution-ipod-sync.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-06-18 13:15:58 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-06-18 13:15:58 +0800
commitdffd9d69efa547950e32ae3bfb291e0c527bf580 (patch)
tree0a1b4728aed9f889686a8f196f8d469081e44cd4 /plugins/ipod-sync/evolution-ipod-sync.c
parent2c260daf732ba0ae86fbd1d9e43f3e7098e68721 (diff)
downloadgsoc2013-evolution-dffd9d69efa547950e32ae3bfb291e0c527bf580.tar
gsoc2013-evolution-dffd9d69efa547950e32ae3bfb291e0c527bf580.tar.gz
gsoc2013-evolution-dffd9d69efa547950e32ae3bfb291e0c527bf580.tar.bz2
gsoc2013-evolution-dffd9d69efa547950e32ae3bfb291e0c527bf580.tar.lz
gsoc2013-evolution-dffd9d69efa547950e32ae3bfb291e0c527bf580.tar.xz
gsoc2013-evolution-dffd9d69efa547950e32ae3bfb291e0c527bf580.tar.zst
gsoc2013-evolution-dffd9d69efa547950e32ae3bfb291e0c527bf580.zip
Fix for bug #437584
svn path=/trunk/; revision=33697
Diffstat (limited to 'plugins/ipod-sync/evolution-ipod-sync.c')
-rw-r--r--plugins/ipod-sync/evolution-ipod-sync.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/ipod-sync/evolution-ipod-sync.c b/plugins/ipod-sync/evolution-ipod-sync.c
index 72619a77db..96ed6ba7d6 100644
--- a/plugins/ipod-sync/evolution-ipod-sync.c
+++ b/plugins/ipod-sync/evolution-ipod-sync.c
@@ -7,13 +7,15 @@
*
*/
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif
+
#include "evolution-ipod-sync.h"
-#include <gnome.h>
#include <glib/gi18n-lib.h>
+#include <gtk/gtk.h>
#include <glade/glade.h>
-#include <libhal.h>
char * mount_point = NULL;
LibHalContext *ctx;
@@ -77,7 +79,7 @@ ipod_check_status (gboolean silent)
}
char *
-ipod_get_mount ()
+ipod_get_mount (void)
{
return mount_point;
}