Re: Atlantik Crash
Rob Kaper <[email protected]>
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected] | temporary safety deserve neither liberty nor safety." www.capsi.com | - Benjamin Franklin, Historical Review of Pennsylvania, 1759 _______________________________________________ atlantik-devel mailing list [email protected] http://mail.kde.org/mailman/listinfo/atlantik-devel
designer~
(text/plain, 550 B)
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;