From 3b3dbab5447aae82bd808a7b02255ac897748947 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 23 Jun 2010 19:55:09 -0400 Subject: [PATCH] Don't claim that notify_init connects to the server https://bugzilla.gnome.org/show_bug.cgi?id=608086 --- libnotify/notify.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libnotify/notify.h b/libnotify/notify.h index 36c87c3..d0e49f4 100644 --- a/libnotify/notify.h +++ b/libnotify/notify.h @@ -35,8 +35,7 @@ G_BEGIN_DECLS * * @param app_name The application name. * - * @return TRUE if the library initialized properly and a connection to a - * notification server was made. + * @return TRUE if the library initialized properly. */ gboolean notify_init (const char *app_name);