Your message dated Sat, 4 Feb 2006 09:37:58 +1100
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #309638,
regarding KPhone: crash after doubleclick
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]

(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)

--- Begin Message ---
>From [EMAIL PROTECTED] Fri Feb 03 14:38:58 2006
Return-path: <[EMAIL PROTECTED]>
Received: from 210-9-142-125.netspeed.com.au ([210.9.142.125] 
helo=dell.purcell.id.au)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F59Zy-000413-EX
        for [EMAIL PROTECTED]; Fri, 03 Feb 2006 14:38:58 -0800
Received: from [127.0.0.1] (helo=localhost)
        by dell.purcell.id.au with esmtp (Exim 4.60)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1F59Z1-00045v-3y; Sat, 04 Feb 2006 09:37:59 +1100
From: Mark Purcell <[EMAIL PROTECTED]>
To: kphone-devel@lists.sourceforge.net
Subject: Fwd: KPhone: crash after doubleclick
Date: Sat, 4 Feb 2006 09:37:58 +1100
User-Agent: KMail/1.9.1
Organization: Debian GNU/Linux
Cc: "D. Winkler" <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <[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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

kphone-devel,

find enclosed a patch to fix a doubleclick problem.

http://bugs.debian.org/kphone

Mark

----------  Forwarded Message  ----------

Subject: KPhone: crash after doubleclick
Date: Wednesday 18 May 2005 23:38
From: "D. Winkler" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]

Package: kphone
Version: 1:4.1.1-1
Severity: normal

KPhone crashes when I doubleclick on an entry in the contact list
immediately after the program start.

The following fix did it for me, but I don't know if it causes problems
somewhere else...



diff -c -p -r1.1.1.1 kphoneview.cpp
*** kphone/kphoneview.cpp       18 Apr 2005 13:04:40 -0000      1.1.1.1
--- kphone/kphoneview.cpp       12 May 2005 13:37:47 -0000
*************** void KPhoneView::contactDoubleClicked( Q
*** 389,394 ****
--- 389,397 ----
        QString subject = ( (ContactsListViewItem *)
i )->getCall()->getSubject();
        SipCall *newcall = new SipCall( user, QString::null,
SipCall::StandardCall );
        newcall->setSubject( user->getUri().uri() );
+       callAudio = new CallAudio( this );
+       callAudio->readAudioSettings();
+       callAudio->readVideoSettings();
        KCallWidget *widget = new KCallWidget( sipauthentication,
callAudio, newcall, this );
        cwList.append( widget );
        connect( widget, SIGNAL( redirectCall( const SipUri &, const
QString & ) ),


(line numbers may slightly differ)

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kphone depends on:
ii  libasound2           1.0.8-3             ALSA library
ii  libc6                2.3.2.ds1-22        GNU C Library: Shared
libraries an
ii  libgcc1              1:3.4.3-13          GCC support library
ii  libice6              4.3.0.dfsg.1-12.0.1 Inter-Client Exchange
library
ii  libjack0.80.0-0      0.99.0-6            JACK Audio Connection Kit
(librari
ii  libpng12-0           1.2.8rel-1          PNG library - runtime
ii  libqt3c102-mt        3:3.3.4-3           Qt GUI Library (Threaded
runtime v
ii  libsm6               4.3.0.dfsg.1-12.0.1 X Window System Session
Management
ii  libssl0.9.7          0.9.7e-3            SSL shared libraries
ii  libstdc++5           1:3.3.6-4           The GNU Standard C++
Library v3
ii  libx11-6             4.3.0.dfsg.1-12.0.1 X Window System protocol
client li
ii  libxext6             4.3.0.dfsg.1-12.0.1 X Window System
miscellaneous exte
ii  libxt6               4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii  xlibs                4.3.0.dfsg.1-12     X Keyboard Extension (XKB)
configu

-- no debconf information

-------------------------------------------------------

--- End Message ---

Reply via email to