summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/dmenu.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-11 06:10:56 +0000
committerjkh <jkh@FreeBSD.org>1995-05-11 06:10:56 +0000
commit7ed2702c50417d9a275f255e055dd110b5f9125c (patch)
tree5adf760300b4c021df1f79f02a543d58fb366917 /usr.sbin/sade/dmenu.c
parent909cd75949f3aa25629d602ca21bbd711b94bb6c (diff)
downloadFreeBSD-src-7ed2702c50417d9a275f255e055dd110b5f9125c.zip
FreeBSD-src-7ed2702c50417d9a275f255e055dd110b5f9125c.tar.gz
First round of changes after testing this on actual systems. Clean up
some of the badly displayed menus, use the proper notification box for messages, make proceed work.
Diffstat (limited to 'usr.sbin/sade/dmenu.c')
-rw-r--r--usr.sbin/sade/dmenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/dmenu.c b/usr.sbin/sade/dmenu.c
index 057443b..7c43ed2 100644
--- a/usr.sbin/sade/dmenu.c
+++ b/usr.sbin/sade/dmenu.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: dmenu.c,v 1.5 1995/05/10 07:44:57 jkh Exp $
+ * $Id: dmenu.c,v 1.6 1995/05/10 08:00:47 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -43,7 +43,7 @@
#include "sysinstall.h"
-#define MAX_MENU 15
+#define MAX_MENU 12
static DMenuItem shellAction = { NULL, NULL, DMENU_SHELL_ESCAPE, NULL, 0 };
OpenPOWER on IntegriCloud