[anjuta] Fix bgo #680657 - Warnings when starting anjuta



commit 827d87fdbeb0e63f938b224012860da148e4fcce
Author: SÃbastien Granjoux <seb sfo free fr>
Date:   Sun Jul 29 19:05:38 2012 +0200

    Fix bgo #680657 - Warnings when starting anjuta
    
    It happens because the placeholder objects have been deprecated and are not
    handle in a special way anymore. They can be removed because they are
    useless.

 src/layout.xml |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/layout.xml b/src/layout.xml
index a5f6ef1..ee2f525 100644
--- a/src/layout.xml
+++ b/src/layout.xml
@@ -13,12 +13,10 @@
 						<item name="AnjutaGladeTree" orientation="horizontal" locked="no"/>
 						<item name="AnjutaGladePalette" orientation="horizontal" locked="no"/>
 						<item name="AnjutaDebuggerRegisters" orientation="horizontal" locked="no"/>
-						<placeholder name="ph_left" next-placement="center"/>
 					</notebook>
 					<paned orientation="horizontal" locked="no" position="500">
 						<paned orientation="vertical" locked="no" position="200">
 							<notebook orientation="vertical" locked="no" page="0">
-								<placeholder name="ph_top" next-placement="center"/>
 							</notebook>
 							<notebook orientation="vertical" locked="no" page="0">
 								<item name="AnjutaStarter" orientation="horizontal" locked="no"/>
@@ -30,11 +28,9 @@
 								<item name="AnjutaGladeEditor" orientation="horizontal" locked="no"/>
 								<item name="AnjutaDebuggerMemory" orientation="horizontal" locked="no"/>
 								<item name="AnjutaSubversionLogViewer" orientation="horizontal" locked="no"/>
-								<placeholder name="ph_center" next-placement="center"/>
 							</notebook>
 						</paned>
 						<notebook orientation="vertical" locked="no" page="0">
-							<placeholder name="ph_right" next-placement="center"/>
 						</notebook>
 					</paned>
 				</paned>
@@ -45,7 +41,6 @@
 					<item name="AnjutaDebuggerLocals" orientation="horizontal" locked="no"/>
 					<item name="AnjutaDebuggerWatch" orientation="horizontal" locked="no"/>
 					<item name="AnjutaDebuggerBreakpoints" orientation="horizontal" locked="no"/>
-					<placeholder name="ph_bottom" next-placement="center"/>
 				</notebook>
 			</paned>
 		</dock>



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