mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
parent
d85e92fc8c
commit
43a981481a
1 changed files with 3 additions and 1 deletions
|
@ -184,10 +184,12 @@ void KBookmarkBar::fillBookmarkBar(const KBookmarkGroup & parent)
|
|||
|
||||
if (!bm.isGroup())
|
||||
{
|
||||
if ( bm.isSeparator() )
|
||||
if ( bm.isSeparator() )
|
||||
{
|
||||
if (m_toolBar) {
|
||||
m_toolBar->addSeparator();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
KAction *action = new KBookmarkAction( bm, m_pOwner, 0 );
|
||||
|
|
Loading…
Reference in a new issue