Your message dated Mon, 13 Jun 2005 15:32:11 -0400
with message-id <[EMAIL PROTECTED]>
and subject line (no subject)
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; 20 Oct 2003 09:03:46 +0000
>From [EMAIL PROTECTED] Mon Oct 20 04:03:05 2003
Return-path: <[EMAIL PROTECTED]>
Received: from vitelus.com [64.81.243.207] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1ABVwP-00029w-00; Mon, 20 Oct 2003 04:03:05 -0500
Received: from aaronl by vitelus.com with local (Exim 4.22)
        id 1ABVvr-0003fh-Qm
        for [EMAIL PROTECTED]; Mon, 20 Oct 2003 02:02:31 -0700
Date: Mon, 20 Oct 2003 02:02:31 -0700
From: Aaron Lehmann <[EMAIL PROTECTED]>
To: Debian BTS Submissions <[EMAIL PROTECTED]>
Subject: gaim has lots of stupid assertions
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-6.9 required=4.0
        tests=BAYES_60,HAS_PACKAGE,PATCH_UNIFIED_DIFF
        autolearn=ham version=2.53-bugs.debian.org_2003_10_18
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_18 
(1.174.2.15-2003-03-30-exp)

Package: gaim
Version: 1:0.70-2
Severity: minor
Tags: patch

Gaim has many assertions that are triggered by user behavior rather
than bugs. Two examples are are hitting Alt-3 when only two tabs are
open and dragging a tab to a position that isn't different from the
original position. Either action will cause annoying and unhelpful
spewage on gaim's stderr.

--- conversation.c.old  2003-09-27 12:17:18.000000000 -0700
+++ conversation.c      2003-10-20 01:56:04.000000000 -0700
@@ -607,7 +607,6 @@
 
        g_return_if_fail(win != NULL);
        g_return_if_fail(index < gaim_window_get_conversation_count(win));
-       g_return_if_fail(index != new_index);
 
        /* We can't move this past the last index. */
        if (new_index > gaim_window_get_conversation_count(win))
@@ -671,8 +670,6 @@
        GaimConversation *old_conv, *conv;
 
        g_return_if_fail(win != NULL);
-       g_return_if_fail(index >= 0 &&
-                                        index < 
gaim_window_get_conversation_count(win));
 
        old_conv = gaim_window_get_active_conversation(win);
        conv = gaim_window_get_conversation_at(win, index);

---------------------------------------
Received: (at 216654-done) by bugs.debian.org; 13 Jun 2005 19:31:58 +0000
>From [EMAIL PROTECTED] Mon Jun 13 12:31:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sojourner.alienhosting.com [216.40.217.206] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Dhuf8-0004hZ-00; Mon, 13 Jun 2005 12:31:58 -0700
Received: from [0.0.0.0] (utopia.ccs.neu.edu [129.10.116.73])
        (authenticated bits=0)
        by sojourner.alienhosting.com (8.12.11/8.12.11) with ESMTP id 
j5DJVuHI009511
        (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Mon, 13 Jun 2005 15:31:57 -0400
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 13 Jun 2005 15:32:11 -0400
From: Ari Pollak <[EMAIL PROTECTED]>
User-Agent: Debian Thunderbird 1.0.2 (X11/20050602)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: (no subject)
X-Enigmail-Version: 0.91.0.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
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-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Closing this as most of the assertions have since disappeared.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to