Package: k3b
Version: 0.11.19-1
Severity: minor
Tags: patch

When ripping a CD, an icon in the system tray comes up which
shows the progress by changing it's colour from grey to red.
This icon is updated too often so it is flickering heavily.
Patch included.

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

Versions of packages k3b depends on:
ii  cdparanoia               3a9.8-11        An audio extraction tool for sampl
ii  cdrecord                 4:2.01+01a01-2  command line CD writing tool
ii  k3blibs                  0.11.19-1       The KDE cd burning application lib
ii  kcontrol                 4:3.3.2-1       KDE Control Center
ii  kdebase-bin              4:3.3.2-1       KDE Base (binaries)
ii  kdelibs-data             4:3.3.2-1       KDE core shared data
ii  kdelibs4                 4:3.3.2-1       KDE core libraries
ii  libart-2.0-2             2.3.17-1        Library of functions for 2D graphi
ii  libarts1                 1.3.2-2         aRts Sound system
ii  libasound2               1.0.8-1         ALSA library
ii  libaudio2                1.7-2           The Network Audio System (NAS). (s
ii  libaudiofile0            0.2.6-5         Open-source version of SGI's audio
ii  libc6                    2.3.2.ds1-20    GNU C Library: Shared libraries an
ii  libesd-alsa0 [libesd0]   0.2.35-2        Enlightened Sound Daemon (ALSA) - 
ii  libfam0c102              2.7.0-6         client library to control the FAM 
ii  libfontconfig1           2.2.3-4         generic font configuration library
ii  libfreetype6             2.1.7-2.3       FreeType 2 font engine, shared lib
ii  libgcc1                  1:3.4.3-6       GCC support library
ii  libglib2.0-0             2.6.1-3         The GLib library of C routines
ii  libice6                  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libidn11                 0.5.2-3         GNU libidn library, implementation
ii  libjack0.80.0-0          0.99.0-2        JACK Audio Connection Kit (librari
ii  libmad0                  0.15.1b-1       MPEG audio decoder library
ii  libogg0                  1.1.0-1         Ogg Bitstream Library
ii  libpng12-0               1.2.8rel-1      PNG library - runtime
ii  libqt3c102-mt            3:3.3.3-8       Qt GUI Library (Threaded runtime v
ii  libsm6                   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++6               3.4.3-6         The GNU Standard C++ Library v3
ii  libvorbis0a              1.0.1-1         The Vorbis General Audio Compressi
ii  libvorbisenc2            1.0.1-1         The Vorbis General Audio Compressi
ii  libvorbisfile3           1.0.1-1         The Vorbis General Audio Compressi
ii  libx11-6                 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxcursor1              1.1.3-1         X cursor management library
ii  libxext6                 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2                  2.1.2-6         FreeType-based font drawing librar
ii  libxrandr2               4.3.0.dfsg.1-10 X Window System Resize, Rotate and
ii  libxrender1              0.8.3-7         X Rendering Extension client libra
ii  libxt6                   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  mkisofs                  4:2.01+01a01-2  Creates ISO-9660 CD-ROM filesystem
ii  xlibs                    4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g                   1:1.2.2-3       compression library - runtime

-- no debconf information
diff -ur k3b-0.11.19.old/src/tools/k3bjobprogresssystemtray.cpp 
k3b-0.11.19/src/tools/k3bjobprogresssystemtray.cpp
--- k3b-0.11.19.old/src/tools/k3bjobprogresssystemtray.cpp      2004-01-21 
11:20:21.000000000 +0100
+++ k3b-0.11.19/src/tools/k3bjobprogresssystemtray.cpp  2005-02-08 
17:45:25.000000000 +0100
@@ -92,7 +92,8 @@
 void K3bJobProgressSystemTray::slotProgress( int p )
 {
   d->progress = p;
-  update();
+  if( d->lastAnimatedProgress != d->progress )
+         update();
 }
 
 

Reply via email to