[prev in list] [next in list] [prev in thread] [next in thread] 

List:       atlantik-devel
Subject:    [atlantik-cvs]
From:       kde () office ! kde ! org
Date:       2003-06-23 4:21:30
[Download RAW message or body]

Update of /home/kde/kdeaddons/atlantikdesigner/designer
In directory office:/tmp/cvs-serv3845

Modified Files:
	group.cpp 
Log Message:
fix bug 53221

Index: group.cpp
===================================================================
RCS file: /home/kde/kdeaddons/atlantikdesigner/designer/group.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- group.cpp	17 May 2003 11:00:29 -0000	1.9
+++ group.cpp	23 Jun 2003 04:21:27 -0000	1.10
@@ -144,7 +144,13 @@
 
 void GroupEditor::updateSettings(QListBoxItem *item)
 {
-	for (ConfigEstateGroupList::Iterator it =  mylist.begin(); it != mylist.end(); ++it)
+	if (!mylist.size())
+		return;
+
+	if (!item)
+		return;
+
+	for (ConfigEstateGroupList::Iterator it =  mylist.begin(); it != mylist.end() ; ++it)
 	{
 		if ((*it).name() == item->text())
 		{

_______________________________________________
atlantik-cvs mailing list
atlantik-cvs@mail.kde.org
http://mail.kde.org/mailman/listinfo/atlantik-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic