Comment 0 for bug 877791

Revision history for this message
Steffen Röcker (sroecker) wrote :

Several applications (calibre,fbreader) crash in AppMenuPlatformMenuBar::setAltPressed
because m_exporter is NULL.
Workaround in line 216:
- if (m_adapter) {
+ if (m_adapter && m_adapter->m_exporter) {
seems to work.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: appmenu-qt 0.2.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Wed Oct 19 00:40:29 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100803.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: appmenu-qt
UpgradeStatus: Upgraded to oneiric on 2011-08-07 (72 days ago)