From 0eb92b403532a045fb8865ce71275ca44f546a72 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Tue, 21 Jul 2015 15:50:09 +0200 Subject: select recently added service Change-Id: I55a32eef4a5eb3b9f57cf6d1b8f3cba5a9a14c55 --- fpicker/source/office/RemoteFilesDialog.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'fpicker') diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx index 47d2ddfb756f..f618965cfb59 100644 --- a/fpicker/source/office/RemoteFilesDialog.cxx +++ b/fpicker/source/office/RemoteFilesDialog.cxx @@ -551,6 +551,7 @@ IMPL_LINK_NOARG ( RemoteFilesDialog, AddServiceHdl ) m_pServices_lb->InsertEntry( sPrefix + newService->GetName() ); m_pServices_lb->SelectEntryPos( m_pServices_lb->GetEntryCount() - 1 ); + SelectServiceHdl( NULL ); m_bIsUpdated = true; -- cgit