From a5156974cc6a3ca5163b200db06a7e3ae2a4a563 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 20 Jan 2009 17:05:26 +0000 Subject: [PATCH] fix a typo svn path=/trunk/; revision=7823 --- ChangeLog | 8 ++++++++ glib/gbookmarkfile.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 71eca56a..bec2a1c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-01-20 Matthias Clasen + + 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 * === Released 2.19.5 === diff --git a/glib/gbookmarkfile.c b/glib/gbookmarkfile.c index 284f5107..01c7e639 100644 --- a/glib/gbookmarkfile.c +++ b/glib/gbookmarkfile.c @@ -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. -- 2.34.1