Package: eqonomize Version: 0.5-5 Severity: important Tags: patch
In normal usage of this application, I have several planned transactions at the end of each month (as most of as have). This bug makes this feature of the application unusable. Luckily, this patch was extracted from the applications support forum, and it is in the current source. It has just not been packaged yet. The patch is attached at the end. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (300, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.24.20080529 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages eqonomize depends on: ii kdelibs4c2a 4:3.5.9.dfsg.1-4 core libraries and binaries for al ii libc6 2.7-10 GNU C Library: Shared libraries ii libgcc1 1:4.3.1-2 GCC support library ii libqt3-mt 3:3.3.8b-5 Qt GUI Library (Threaded runtime v ii libstdc++6 4.3.1-2 The GNU Standard C++ Library v3 Versions of packages eqonomize recommends: ii eqonomize-doc 0.5-5 documentation for the Eqonomize! a -- no debconf information *** eqonomize.patch --- oldsrc/eqonomize.cpp 2008-03-04 11:15:00.000000000 +0100 +++ src/eqonomize.cpp 2008-03-04 11:09:58.000000000 +0100 @@ -4536,6 +4536,7 @@ if(strans->firstOccurrence() < QDate::currentDate() || (QTime::currentTime().hour() >= 18 && strans->firstOccurrence() == QDate::currentDate())) { b = true; ConfirmScheduleDialog *dialog = new ConfirmScheduleDialog(b_extra, budget, this, i18n("Confirm Schedule")); + updateScheduledTransactions(); dialog->exec(); Transaction *trans = dialog->firstTransaction(); while(trans) { -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]