[atlantik-cvs] CVS: kdeaddons/atlantikdesigner/designer group.cpp,1.7,1.7.2.1
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdeaddons/atlantikdesigner/designer
In directory office:/tmp/cvs-serv8107
Modified Files:
Tag: KDE_3_1_BRANCH
group.cpp
Log Message:
Make Groups dialog consistent with Board Information dialog and every other dialog of this format in the known universe. Approved by Jason.
Index: group.cpp
===================================================================
RCS file: /home/kde/kdeaddons/atlantikdesigner/designer/group.cpp,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- group.cpp 9 Jul 2002 02:19:59 -0000 1.7
+++ group.cpp 12 Jan 2003 08:16:32 -0000 1.7.2.1
@@ -30,7 +30,7 @@
groups = new KListBox(page);
hlayout->addWidget(groups);
- connect(groups, SIGNAL(executed(QListBoxItem *)), this, SLOT(updateSettings(QListBoxItem *)));
+ connect(groups, SIGNAL(highlighted(QListBoxItem *)), this, SLOT(updateSettings(QListBoxItem *)));
QStringList newgroups;
for (ConfigEstateGroupList::Iterator it = list->begin(); it != list->end(); ++it)
newgroups.append((*it).name());