diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-09-09 19:28:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-23 15:19:10 +0100 |
commit | d586255881ec8e149c099c603249050dcb81ab28 (patch) | |
tree | 0f9b90d7fd6181cc34cec5ff88eb52481974b9a2 /dbaccess | |
parent | febce416485db4f7282b4731fb69453525f66595 (diff) |
Resolves: #i120859# Advance the wizard when Socket edit field has text
(cherry picked from commit a9c651aa7f7a05049229c0169e439dccde3b4d51)
Change-Id: Ia027dc549e3157eeb7b1d924550ed89122ae1a23
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/admincontrols.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/admincontrols.cxx b/dbaccess/source/ui/dlg/admincontrols.cxx index fd2c978b502c..425d577fe2b3 100644 --- a/dbaccess/source/ui/dlg/admincontrols.cxx +++ b/dbaccess/source/ui/dlg/admincontrols.cxx @@ -159,6 +159,7 @@ namespace dbaui m_aDatabaseName.SetModifyHdl( _rControlModificationLink ); m_aHostName.SetModifyHdl( _rControlModificationLink ); m_aPort.SetModifyHdl( _rControlModificationLink ); + m_aSocket.SetModifyHdl( _rControlModificationLink ); m_aNamedPipe.SetModifyHdl( _rControlModificationLink ); m_aSocketRadio.SetToggleHdl( _rControlModificationLink ); m_aNamedPipeRadio.SetToggleHdl( _rControlModificationLink ); |