[evolution-data-server] CamelStore: Fix "folder-info-stale" signal comment.



commit b378e68d7a5f96bce9555896d21afa789c0dc901
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Aug 28 08:28:42 2013 -0400

    CamelStore: Fix "folder-info-stale" signal comment.
    
    Made the documentation for this signal come out all funky.

 camel/camel-store.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-store.c b/camel/camel-store.c
index e95999b..057ca78 100644
--- a/camel/camel-store.c
+++ b/camel/camel-store.c
@@ -1293,7 +1293,8 @@ camel_store_class_init (CamelStoreClass *class)
         * user preference changes rather than actual server-side changes.
         * For example, a user may change a preference that reveals a set
         * of folders previously hidden from view, or that alters whether
-        * to augment the @store with virtual Junk and Trash folders. */
+        * to augment the @store with virtual Junk and Trash folders.
+        **/
        signals[FOLDER_INFO_STALE] = g_signal_new (
                "folder-info-stale",
                G_OBJECT_CLASS_TYPE (class),


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