[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force SVN commit: rev 383 - trunk/debian



Author: branden
Date: 2003-08-10 23:17:18 -0500 (Sun, 10 Aug 2003)
New Revision: 383

Modified:
   trunk/debian/xserver-common.config.in
Log:
debian/xserver-common.config.in: set question priority of error message to
  "critical" instead of merely "high"; use of "high" priority is mandated
  as "questions that don't have a reasonable default.", and "critical"
  Questions that you really, really need to see (or else).  Well, input
  validation errors should be of critical priority then, since they only
  show up when we *know* the question's answer is crap.


Modified: trunk/debian/xserver-common.config.in
==============================================================================
--- trunk/debian/xserver-common.config.in	2003-08-09 23:41:25 UTC (rev 382)
+++ trunk/debian/xserver-common.config.in	2003-08-11 04:17:18 UTC (rev 383)
@@ -93,7 +93,7 @@
     db_fset xserver-common/xwrapper/nice_value seen false
     # now display the error message
     db_fset xserver-common/xwrapper/nice_value/error seen false
-    db_input high xserver-common/xwrapper/nice_value/error
+    db_input critical xserver-common/xwrapper/nice_value/error
     db_go
   else
     break # valid input from user



Reply to: