Oups, I comitted before creating the patch...
Is there a way to generate the generate a patch automatically when you
commit?
This patch is simple:
menubackend_.specialMenu("LyX");
// make sure that the special entries are added to the first
// menu even before this menu has been opened.
-name_map_[menubackend_.getMenubar().begin()->submenuname()]->update();
+//name_map_[menubackend_.getMenubar().begin()->submenuname()]->update();
#endif
Author: younes
Date: Wed Mar 15 12:12:52 2006
New Revision: 13376
Log:
QLMenubar.C: Fix potential MACX crash on menubar initialisation.
The MACX specific menubar hack present in qt2 frontend is still not
ported to the qt4 frontend.
Modified:
lyx-devel/trunk/src/frontends/qt4/QLMenubar.C