diff --git a/gtk2/kgtk2.c b/gtk2/kgtk2.c index d89e8c5..f8f63c5 100644 --- a/gtk2/kgtk2.c +++ b/gtk2/kgtk2.c @@ -514,7 +514,7 @@ static void determineAppName() // These applications crash regularly under kgtk-qt3 for unknown reasons, // 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; }