[Bug 172551] KDE4: kdeglobals/macStyle=true => No menubar visible, no GUI avaible to show it again
Emmeran Seehuber
rototor at rototor.de
Sat Oct 11 22:06:35 CEST 2008
http://bugs.kde.org/show_bug.cgi?id=172551
--- Comment #2 from Emmeran Seehuber <rototor rototor de> 2008-10-11 22:06:34 ---
Yes, that would be good, as it may bite other users migrating from KDE3 too. I
think a fix for this could be simply changing
http://websvn.kde.org/trunk/KDE/kdelibs/kdeui/widgets/kmenubar.cpp?revision=848799&view=markup
this:
void KMenuBar::slotReadConfig()
{
KConfigGroup cg( KGlobal::config(), "KDE" );
setTopLevelMenuInternal( cg.readEntry( "macStyle", false ) );
}
to this:
void KMenuBar::slotReadConfig()
{
KConfigGroup cg( KGlobal::config(), "KDE" );
setTopLevelMenuInternal( false ); // TODO Bug 153027
}
Could work, but since I dont have a build env for KDE4 I cant test it. Such a
fix might be interesting for the KDE4.1 branch and the distros shipping it.
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdelibs-bugs
mailing list