evolution r36065 - branches/mail-dbus-remoting/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36065 - branches/mail-dbus-remoting/mail
- Date: Tue, 26 Aug 2008 04:26:09 +0000 (UTC)
Author: sragavan
Date: Tue Aug 26 04:26:09 2008
New Revision: 36065
URL: http://svn.gnome.org/viewvc/evolution?rev=36065&view=rev
Log:
Fix compilter break
Modified:
branches/mail-dbus-remoting/mail/camel-session-remote-impl.c
branches/mail-dbus-remoting/mail/camel-session-remote.c
Modified: branches/mail-dbus-remoting/mail/camel-session-remote-impl.c
==============================================================================
--- branches/mail-dbus-remoting/mail/camel-session-remote-impl.c (original)
+++ branches/mail-dbus-remoting/mail/camel-session-remote-impl.c Tue Aug 26 04:26:09 2008
@@ -13,7 +13,7 @@
static gboolean session_setup = FALSE;
-extern GHashTable *store_hash = NULL;
+extern GHashTable *store_hash;
static DBusHandlerResult
dbus_listener_message_handler (DBusConnection *connection,
Modified: branches/mail-dbus-remoting/mail/camel-session-remote.c
==============================================================================
--- branches/mail-dbus-remoting/mail/camel-session-remote.c (original)
+++ branches/mail-dbus-remoting/mail/camel-session-remote.c Tue Aug 26 04:26:09 2008
@@ -11,7 +11,7 @@
#define CAMEL_SESSION_OBJECT_PATH "/org/gnome/evolution/camel/session"
#define CAMEL_DBUS_NAME "org.gnome.evolution.camel"
-
+/*
typedef enum {
CAMEL_PROVIDER_STORE,
CAMEL_PROVIDER_TRANSPORT,
@@ -23,7 +23,7 @@
CAMEL_SESSION_ALERT_WARNING,
CAMEL_SESSION_ALERT_ERROR
} CamelSessionAlertType;
-
+*/
void
camel_session_remote_construct (CamelSessionRemote *session,
const char *storage_path)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]