[svn-commits] seanbright: trunk r369 - /trunk/menuselect.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 5 10:14:03 CST 2008


Author: seanbright
Date: Mon Sep  8 09:59:25 2008
New Revision: 369

URL: http://svn.digium.com/view/menuselect?view=rev&rev=369
Log:
Fix minor redraw problem.  To see the problem in action, fire up menuselect,
go to channel drivers, do F7 (do disable all modules) and note that there are
no soft failures (the < > thing).  Then enable and then disable chan_local
and you will see that chan_agent and chan_sip have soft failures.  This fixes
that.

Modified:
    trunk/menuselect.c

Modified: trunk/menuselect.c
URL: http://svn.digium.com/view/menuselect/trunk/menuselect.c?view=diff&rev=369&r1=368&r2=369
==============================================================================
--- trunk/menuselect.c (original)
+++ trunk/menuselect.c Mon Sep  8 09:59:25 2008
@@ -1126,6 +1126,8 @@
 		mem->was_defaulted = 0;
 		changes_made++;
 	}
+
+	while (calc_dep_failures(1) || calc_conflict_failures(1));
 }
 
 int count_categories(void)




More information about the svn-commits mailing list