[evolution-kolab/gnome-2-30] EBookBackendKolab: C++ style comment fix (builds again)



commit cc2af1d1247362e19e720794fe13d322b173bd2c
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Wed Nov 16 14:51:16 2011 +0100

    EBookBackendKolab: C++ style comment fix (builds again)
    
    * replaced one C++ style comment by its C counterpart

 src/addressbook/e-book-backend-kolab.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-kolab.c b/src/addressbook/e-book-backend-kolab.c
index 83c9d69..452db28 100644
--- a/src/addressbook/e-book-backend-kolab.c
+++ b/src/addressbook/e-book-backend-kolab.c
@@ -525,7 +525,7 @@ g_debug ("%s()[%u] called.", __func__, __LINE__);
 	}
 
 notifications:
-	// e_book_backend_kolab_set_mode (backend, priv->book_mode);
+	/* e_book_backend_kolab_set_mode (backend, priv->book_mode); */
 	tmp_mode = kolab_mail_access_get_opmode (priv->book_koma, &error);
 	if (error != NULL) {
 		g_warning ("%s()[%u]: %s", __func__, __LINE__, error->message);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]