mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
393 B
Plaintext
15 lines
393 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2005/08/06 05:32:19 xtraeme Exp $
|
|
|
|
--- src/etpan-app-subapp.c.orig 2005-08-06 07:00:51.000000000 +0200
|
|
+++ src/etpan-app-subapp.c 2005-08-06 07:14:57.000000000 +0200
|
|
@@ -807,7 +807,9 @@
|
|
struct etpan_subapp * old_subapp;
|
|
int app_index;
|
|
|
|
+#if 0
|
|
color_reset(subapp->app);
|
|
+#endif
|
|
|
|
old_subapp = subapp->app->current_subapp;
|
|
if (old_subapp != NULL) {
|