|
|
@ -91,11 +91,11 @@ tdesvn::tdesvn()
|
|
|
|
m_BookmarksActionmenu->setDelayed(false);
|
|
|
|
m_BookmarksActionmenu->setDelayed(false);
|
|
|
|
m_BookmarksActionmenu->setEnabled(true);
|
|
|
|
m_BookmarksActionmenu->setEnabled(true);
|
|
|
|
|
|
|
|
|
|
|
|
m_Bookmartdeactions = new TDEActionCollection( this );
|
|
|
|
m_Bookmarkactions = new TDEActionCollection( this );
|
|
|
|
m_Bookmartdeactions->setHighlightingEnabled( true );
|
|
|
|
m_Bookmarkactions->setHighlightingEnabled( true );
|
|
|
|
connectActionCollection( m_Bookmartdeactions );
|
|
|
|
connectActionCollection( m_Bookmarkactions );
|
|
|
|
|
|
|
|
|
|
|
|
m_pBookmarkMenu = new KBookmarkMenu(m_BookmarkManager,this,m_BookmarksActionmenu->popupMenu(),m_Bookmartdeactions,true);
|
|
|
|
m_pBookmarkMenu = new KBookmarkMenu(m_BookmarkManager,this,m_BookmarksActionmenu->popupMenu(),m_Bookmarkactions,true);
|
|
|
|
// m_BookmarksActionmenu->plug(menuBar());
|
|
|
|
// m_BookmarksActionmenu->plug(menuBar());
|
|
|
|
// this routine will find and load our Part. it finds the Part by
|
|
|
|
// this routine will find and load our Part. it finds the Part by
|
|
|
|
// name which is a bad idea usually.. but it's alright in this
|
|
|
|
// name which is a bad idea usually.. but it's alright in this
|
|
|
|