[Kst] extragear/graphics/kst/kst

Rick Chern rchern at interchange.ubc.ca
Tue Jun 28 01:01:13 CEST 2005


SVN commit 429529 by rchern:

Disable "duplicate dependencies" checkbox when "duplicate vectors" radiobutton is not selected

 M  +2 -0      kstchangefiledialog_i.cpp  


--- trunk/extragear/graphics/kst/kst/kstchangefiledialog_i.cpp #429528:429529
@@ -50,6 +50,8 @@
   connect(ChangeFileApply, SIGNAL(clicked()), this, SLOT(applyFileChange()));
   connect(_allFromFile, SIGNAL(clicked()), _filter, SLOT(clear()));
   connect(_allFromFile, SIGNAL(clicked()), this, SLOT(allFromFile()));
+  connect(_duplicateSelected, SIGNAL(toggled(bool)), _duplicateDependents, SLOT(setEnabled(bool)));
+  _duplicateDependents->setEnabled(_duplicateSelected->isChecked());
 }
 
 


More information about the Kst mailing list