aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-01-14 01:44:23 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-01-14 01:44:23 +0800
commit245dbe49095d149bf2d9b170439ac80580c214fb (patch)
treef81f3a1dafcfd54e19258f0e839d7f56277e10f2 /camel
parent45f058527707a7f731482c3f0ba2c011864e058d (diff)
downloadgsoc2013-evolution-245dbe49095d149bf2d9b170439ac80580c214fb.tar
gsoc2013-evolution-245dbe49095d149bf2d9b170439ac80580c214fb.tar.gz
gsoc2013-evolution-245dbe49095d149bf2d9b170439ac80580c214fb.tar.bz2
gsoc2013-evolution-245dbe49095d149bf2d9b170439ac80580c214fb.tar.lz
gsoc2013-evolution-245dbe49095d149bf2d9b170439ac80580c214fb.tar.xz
gsoc2013-evolution-245dbe49095d149bf2d9b170439ac80580c214fb.tar.zst
gsoc2013-evolution-245dbe49095d149bf2d9b170439ac80580c214fb.zip
missing renaming.
2004-01-13 Rodrigo Moya <rodrigo@ximian.com> * providers/groupwise/camel-groupwise-provider.c: missing renaming. svn path=/trunk/; revision=24200
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog6
-rw-r--r--camel/providers/groupwise/camel-groupwise-provider.c4
2 files changed, 7 insertions, 3 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 26e27943d5..da05938fb7 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,4 +1,8 @@
-2004-01-13 Sivaiah Nallagatla <snallagatla@novell.com>
+2004-01-13 Rodrigo Moya <rodrigo@ximian.com>
+
+ * providers/groupwise/camel-groupwise-provider.c: missing renaming.
+
+2004-01-13 Sivaiah Nallagatla <snallagatla@novell.com>
* providers/groupwise/camel-gw-listener.[ch] : renamed groupwise-config-listener.[ch]
to these file names and also changed code to use CamelURL insted of EUri
diff --git a/camel/providers/groupwise/camel-groupwise-provider.c b/camel/providers/groupwise/camel-groupwise-provider.c
index 07c49e863b..b3634f1ab0 100644
--- a/camel/providers/groupwise/camel-groupwise-provider.c
+++ b/camel/providers/groupwise/camel-groupwise-provider.c
@@ -36,7 +36,7 @@
#include "camel-smtp-transport.h"
#include "camel-url.h"
#include "camel-sasl.h"
-#include "groupwise-config-listener.h"
+#include "camel-gw-listener.h"
static void add_hash (guint *hash, char *s);
static guint groupwise_url_hash (gconstpointer key);
@@ -44,7 +44,7 @@ static gint check_equal (char *s1, char *s2);
static gint groupwise_url_equal (gconstpointer a, gconstpointer b);
static void free_groupwise_listener ( void );
-static GroupwiseConfigListener *config_listener = NULL;
+static CamelGwListener *config_listener = NULL;
CamelProviderConfEntry groupwise_conf_entries[] = {
/* override the labels/defaults of the standard settings */