From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CBD66138DD2 for ; Thu, 13 Feb 2014 17:11:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36F7CE0AD4; Thu, 13 Feb 2014 17:11:29 +0000 (UTC) Received: from mxout013.mail.hostpoint.ch (mxout013.mail.hostpoint.ch [217.26.49.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BD58E0A9A for ; Thu, 13 Feb 2014 17:11:28 +0000 (UTC) Received: from [10.0.2.45] (helo=asmtp012.mail.hostpoint.ch) by mxout013.mail.hostpoint.ch with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1WDzos-0001ZH-Gl for gentoo-dev@lists.gentoo.org; Thu, 13 Feb 2014 18:11:26 +0100 Received: from [178.82.41.169] (helo=hp-workstation.v.cablecom.net) by asmtp012.mail.hostpoint.ch with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1WDzos-000Bcu-DV for gentoo-dev@lists.gentoo.org; Thu, 13 Feb 2014 18:11:26 +0100 X-Authenticated-Sender-Id: lists@webconect.ch Date: Thu, 13 Feb 2014 18:11:59 +0100 From: Elias Diem To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Bug #494552: libnotify Message-ID: <20140213171159.GA20675@hp-workstation.v.cablecom.net> References: <20140209152834.GA2257@hp-workstation.v.cablecom.net> <20140209195501.6c4a5fde@TOMWIJ-GENTOO> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140209195501.6c4a5fde@TOMWIJ-GENTOO> X-Archives-Salt: 4a7e47e0-7fed-45ac-a37e-d9c0d85637ed X-Archives-Hash: d5a94efe7ba17f17348fe17c26cc37fa Hi there On 2014-02-09, Tom Wijsman wrote: > The expiration time variable is made in > https://git.gnome.org/browse/libnotify/tree/tools/notify-send.c?id=0.7.5#n135 > and it is set in > https://git.gnome.org/browse/libnotify/tree/tools/notify-send.c?id=0.7.5#n146 > after which 'notify_notification_set_timeout' is called on an > 'notify' object in > https://git.gnome.org/browse/libnotify/tree/tools/notify-send.c?id=0.7.5#n231 > which all seems fine. But: In the comment for 'notify_notification_set_timeout' there's this note that the timeout may be ignored by the server. -- Elias