[anjuta] project-wizard: 616728 - hide breakpoints and watches windows on new project



commit ada81cfeea24e653f303548f26924efb3b77369d
Author: SÃbastien Granjoux <seb sfo free fr>
Date:   Sun Nov 25 18:06:47 2012 +0100

    project-wizard: 616728 - hide breakpoints and watches windows on new project
    
    The debugger breakpoints and watches windows are now hidden in the default
    layout.

 src/layout.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/layout.xml b/src/layout.xml
index ee2f525..c6662a8 100644
--- a/src/layout.xml
+++ b/src/layout.xml
@@ -39,8 +39,8 @@
 					<item name="AnjutaMessageView" orientation="horizontal" locked="no"/>
 					<item name="AnjutaDebuggerStack" orientation="horizontal" locked="no"/>
 					<item name="AnjutaDebuggerLocals" orientation="horizontal" locked="no"/>
-					<item name="AnjutaDebuggerWatch" orientation="horizontal" locked="no"/>
-					<item name="AnjutaDebuggerBreakpoints" orientation="horizontal" locked="no"/>
+					<item name="AnjutaDebuggerWatch" orientation="horizontal" locked="no" closed="yes"/>
+					<item name="AnjutaDebuggerBreakpoints" orientation="horizontal" locked="no" closed="yes"/>
 				</notebook>
 			</paned>
 		</dock>



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