diff --git a/gio/ChangeLog b/gio/ChangeLog index c09c92915..7f0d6b296 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2007-12-30 Matthias Clasen + + * gappinfo.c: Fix a cross-reference + 2007-12-30 Matthias Clasen * gfileinputstream.c: diff --git a/gio/gappinfo.c b/gio/gappinfo.c index fb298f644..aad030686 100644 --- a/gio/gappinfo.c +++ b/gio/gappinfo.c @@ -514,7 +514,7 @@ G_DEFINE_TYPE (GAppLaunchContext, g_app_launch_context, G_TYPE_OBJECT); * g_app_launch_context_new: * * Creates a new application launch context. This is not normally used, - * instead you instantiate a subclass of this, such as GdkLaunchContext. + * instead you instantiate a subclass of this, such as #GdkAppLaunchContext. * * Returns: a #GAppLaunchContext. **/