From 4cb4cade3318e821b3202241d0d4429f8bfac2a5 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 30 Dec 2006 13:44:20 +0000 Subject: [PATCH] small change --- src/llconclientdlg.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/llconclientdlg.cpp b/src/llconclientdlg.cpp index b1d467cc..f8ab3e61 100755 --- a/src/llconclientdlg.cpp +++ b/src/llconclientdlg.cpp @@ -272,7 +272,8 @@ void CLlconClientDlg::OnOpenGeneralSettings() // make sure dialog is upfront and has focus ClientSettingsDlg.raise(); - ClientSettingsDlg.setActiveWindow(); + ClientSettingsDlg.setActiveWindow(); + } void CLlconClientDlg::OnFaderTagTextChanged ( const QString& strNewName )