aboutsummaryrefslogtreecommitdiff
path: root/src/ui/configdialog.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-28 14:28:46 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-28 14:28:46 +0000
commit3f3a5a8be3949936f47e6430aba16415b22ad6bb (patch)
treec9ffed8160344821d8443a686fc5f25bd0cca879 /src/ui/configdialog.cpp
parent0102019be5e123a5f069e02bf9566b811a681b81 (diff)
downloadqmmp-3f3a5a8be3949936f47e6430aba16415b22ad6bb.tar.gz
qmmp-3f3a5a8be3949936f47e6430aba16415b22ad6bb.tar.bz2
qmmp-3f3a5a8be3949936f47e6430aba16415b22ad6bb.zip
some fixes for settings dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@257 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/configdialog.cpp')
-rw-r--r--src/ui/configdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/configdialog.cpp b/src/ui/configdialog.cpp
index e014df04f..fac9c4dd6 100644
--- a/src/ui/configdialog.cpp
+++ b/src/ui/configdialog.cpp
@@ -62,6 +62,7 @@ ConfigDialog::ConfigDialog ( QWidget *parent )
connect (this, SIGNAL(accepted()),SLOT(saveSettings()));
connect (ui.inputPluginTable, SIGNAL(cellPressed(int, int)), SLOT(updateButtons()));
connect (ui.outputPluginTable, SIGNAL(cellPressed(int, int)), SLOT(updateButtons()));
+ connect (ui.visualPluginTable, SIGNAL(cellPressed(int, int)), SLOT(updateButtons()));
connect (ui.generalPluginTable, SIGNAL(cellPressed(int, int)), SLOT(updateButtons()));
connect (ui.effectPluginTable, SIGNAL(cellPressed(int, int)), SLOT(updateButtons()));
connect (ui.pluginsTab, SIGNAL(currentChanged(int)), SLOT(updateButtons()));