2007-06-05 Christian Kellner <ckellner@openismus.com>
authorChristian Kellner <ckellner@openismus.com>
Mon, 4 Jun 2007 23:14:35 +0000 (23:14 +0000)
committerChristian Kellner <ckellner@openismus.com>
Mon, 4 Jun 2007 23:14:35 +0000 (23:14 +0000)
* libmodest-dbus-client/libmodest-dbus-client.c:
Fix small typo in doc (why do you always see them
AFTER committing stuff?)

pmo-trunk-r2065

ChangeLog2
libmodest-dbus-client/libmodest-dbus-client.c

index 446e909..e25d43f 100644 (file)
@@ -1,6 +1,13 @@
 2007-06-05  Christian Kellner  <ckellner@openismus.com> 
 
        * libmodest-dbus-client/libmodest-dbus-client.c:
+       Fix small typo in doc (why do you always see them
+       AFTER committing stuff?)
+
+
+2007-06-05  Christian Kellner  <ckellner@openismus.com> 
+
+       * libmodest-dbus-client/libmodest-dbus-client.c:
        (libmodest_dbus_client_search):
        Initialize hit list with NULL. Also set folder list 
        to "" if NULL was supplied. 
index 29bbbef..1d5c772 100644 (file)
@@ -513,8 +513,8 @@ out:
  * Example to search every account for message containing "no":
  * <informalexample><programlisting>
  * ModestDBusSearchFlags  flags;
- * osso_context_t        *osso_ctx;
- * GList                 *hit;
+ * osso_context_t        *osso_context;
+ * GList                 *hits;
  * GList                 *iter;
  * gboolean               res;
  *