Your message dated Tue, 25 Oct 2005 16:31:44 -0700
with message-id <[EMAIL PROTECTED]>
and subject line wrong declaration for visibility_notify_event signal handler
generated
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 10 Apr 2004 15:58:13 +0000
>From [EMAIL PROTECTED] Sat Apr 10 08:58:13 2004
Return-path: <[EMAIL PROTECTED]>
Received: from moutng.kundenserver.de [212.227.126.189]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BCKs1-00083k-00; Sat, 10 Apr 2004 08:58:13 -0700
Received: from [212.227.126.207] (helo=mrelayng.kundenserver.de)
by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
id 1BCKs0-0007eG-00
for [EMAIL PROTECTED]; Sat, 10 Apr 2004 17:58:12 +0200
Received: from [80.139.111.43] (helo=spth.de)
by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128)
(Exim 3.35 #1)
id 1BCKs0-0000kT-00
for [EMAIL PROTECTED]; Sat, 10 Apr 2004 17:58:12 +0200
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 10 Apr 2004 17:58:07 +0200
From: Philipp Klaus Krause <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 0.5 (X11/20040321)
X-Accept-Language: de-de, de-at, de, en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: wrong declaration for visibility_notify_event signal handler generated
X-Enigmail-Version: 0.83.5.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Provags-ID: kundenserver.de [EMAIL PROTECTED]
auth:69aec7263999a7b7d9800f1e5ea05378
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
X-CrossAssassin-Score: 1
Package: glademm
Version: 2.0.0.1-1
I created a program with glade-2 that has
Drawing area widget in it. The widget resides in it's
own class and file. I added a signal handler for
visibility_notify_event. The declaration in the
_glade.hh header file generated is
virtual void
on_mainview_visibility_notify_event() = 0;
while it should be
virtual bool
on_mainview_visibility_notify_event(GdkEventVisibility* ev) = 0;
I'm using Debian/GNU Linux unstable, kernel 2.6.5-rc3-mm4 and
libc6 2.3.2.ds1-11
---------------------------------------
Received: (at 243045-done) by bugs.debian.org; 25 Oct 2005 23:31:44 +0000
>From [EMAIL PROTECTED] Tue Oct 25 16:31:44 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mxout2.cac.washington.edu [140.142.33.4]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EUYGe-0005MW-00; Tue, 25 Oct 2005 16:31:44 -0700
Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9])
by mxout2.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.09) with ESMTP
id j9PNViZ9021674
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)
for <[EMAIL PROTECTED]>; Tue, 25 Oct 2005 16:31:44 -0700
X-Auth-Received: from [172.25.90.2] ([172.25.90.2])
(authenticated authid=bradleyb)
by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.09) with ESMTP id
j9PNViJh001338
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
for <[EMAIL PROTECTED]>; Tue, 25 Oct 2005 16:31:44 -0700
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 25 Oct 2005 16:31:44 -0700
From: Bradley Bell <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: RE: wrong declaration for visibility_notify_event signal handler
generated
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0,
__CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0,
__SANE_MSGID 0, __USER_AGENT 0'
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Fixed in current version.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]