[svn-commits] tzafrir: branch tools/2.3 r8958 - in /tools/branches/2.3: ./ dahdi_tool.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 21 04:55:11 CDT 2010


Author: tzafrir
Date: Wed Jul 21 04:55:06 2010
New Revision: 8958

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8958
Log:
dahdi_tool: center span window as well.

If your window was larger than 80X25, you got a main "window" in the
center and the span one in the corner. This puts the span one in the
center as well.

Merged revisions 8827 via svnmerge from 
http://svn.digium.com/svn/dahdi/tools/trunk

Modified:
    tools/branches/2.3/   (props changed)
    tools/branches/2.3/dahdi_tool.c

Propchange: tools/branches/2.3/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Jul 21 04:55:06 2010
@@ -1,1 +1,1 @@
-/tools/trunk:1-8509,8528-8529,8535,8580,8589,8630,8638,8741
+/tools/trunk:1-8509,8528-8529,8535,8580,8589,8630,8638,8741,8827

Modified: tools/branches/2.3/dahdi_tool.c
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.3/dahdi_tool.c?view=diff&rev=8958&r1=8957&r2=8958
==============================================================================
--- tools/branches/2.3/dahdi_tool.c (original)
+++ tools/branches/2.3/dahdi_tool.c Wed Jul 21 04:55:06 2010
@@ -318,7 +318,7 @@
 	}
 
 	snprintf(info2, sizeof(info2), "%-59s            F10=Back", s[span].desc);
-	newtOpenWindow(10,2,60,20, s[span].desc);
+	newtCenteredWindow(60,20, s[span].desc);
 	newtPushHelpLine(info2);
 
 	back = newtButton(48,8,"Back");




More information about the svn-commits mailing list