--ZCk4OG7a+AFlaik7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Jun 22, 2003 at 08:41:21PM -0700, Moe wrote: > While in the process of creating a new gameboard, I will reach the screen > where you configure the cards for your Chance-esque decks. Whenever I click > on 'More Properties', the program crashes, and produces the backtrace I have > included below. Fixed in CVS for KDE 3.1.3 and KDE 3.2. I've attached a small patch, in case you can't wait! Rob -- Rob Kaper | "They that can give up essential liberty to obtain a little cap@capsi.com | temporary safety deserve neither liberty nor safety." www.capsi.com | - Benjamin Franklin, Historical Review of Pennsylvania, 1759 --ZCk4OG7a+AFlaik7 Content-Type: text/plain; charset=us-ascii Content-Description: designer-patch Content-Disposition: attachment; filename=designer~ Index: editor.cpp =================================================================== RCS file: /home/kde/kdeaddons/atlantikdesigner/designer/editor.cpp,v retrieving revision 1.34 retrieving revision 1.34.2.1 diff -u -3 -p -r1.34 -r1.34.2.1 --- editor.cpp 9 Nov 2002 19:41:37 -0000 1.34 +++ editor.cpp 23 Jun 2003 03:59:57 -0000 1.34.2.1 @@ -641,6 +641,8 @@ Skipped: CardView::CardView(EstateList *estates, CardStack *stack, QWidget *parent, char *name) : QWidget(parent, name) { + card = 0; + this->stack = stack; this->estates = estates; --ZCk4OG7a+AFlaik7 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ atlantik-devel mailing list atlantik-devel@mail.kde.org http://mail.kde.org/mailman/listinfo/atlantik-devel --ZCk4OG7a+AFlaik7--