Blacklist gnumeric in kgtk-qt3

Bugs affected: 468


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kgtk-qt3@1258112 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent b3052913e3
commit 31ad793064

@ -514,7 +514,7 @@ static void determineAppName()
// These applications crash regularly under kgtk-qt3 for unknown reasons, // These applications crash regularly under kgtk-qt3 for unknown reasons,
// although bad programming within the blacklisted application is a good bet! // although bad programming within the blacklisted application is a good bet!
//=========================================================================== //===========================================================================
else if(isApp(prg, "audacity")) else if(isApp(prg, "audacity") || isApp(prg, "gnumeric"))
{ {
kgtkApp=APP_BLACKLISTED; kgtkApp=APP_BLACKLISTED;
} }

Loading…
Cancel
Save