diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/inet/inettbc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx index ee5adc326ee3..3193100c5f7c 100644 --- a/sfx2/source/inet/inettbc.cxx +++ b/sfx2/source/inet/inettbc.cxx @@ -207,7 +207,7 @@ IMPL_LINK(SfxURLToolBoxControl_Impl, SelectHdl, weld::ComboBox&, rComboBox, void SvtURLBox* pURLBox = GetURLBox(); OUString aName( pURLBox->GetURL() ); - if (rComboBox.changed_by_menu() && !aName.isEmpty()) + if (rComboBox.changed_by_direct_pick() && !aName.isEmpty()) OpenURL( aName ); } |