fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 Jan 2009 17:05:26 +0000 (17:05 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 Jan 2009 17:05:26 +0000 (17:05 +0000)
svn path=/trunk/; revision=7823

ChangeLog
glib/gbookmarkfile.c

index 71eca56..bec2a1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-20  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 568294 – A wrong reference in the description of 
+       g_bookmark_file_add_application()
+
+       * glib/gbookmarkfile.c (g_bookmark_file_add_application):
+       Fix a typo in the docs. Pointed out by Takeshi Aihana
+
 2009-01-19  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.19.5 ===
index 284f510..01c7e63 100644 (file)
@@ -3002,7 +3002,7 @@ g_bookmark_file_get_groups (GBookmarkFile  *bookmark,
  * time the application registered this bookmark.
  *
  * If @name is %NULL, the name of the application will be the
- * same returned by g_get_application(); if @exec is %NULL, the
+ * same returned by g_get_application_name(); if @exec is %NULL, the
  * command line will be a composition of the program name as
  * returned by g_get_prgname() and the "%u" modifier, which will be
  * expanded to the bookmark's URI.