summaryrefslogtreecommitdiffstats
path: root/gtk2
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2')
-rw-r--r--gtk2/kgtk2.c2
1 files changed, 1 insertions, 1 deletions
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;
}