[f-spot/FSPOT_0_6_0_STABLE] don't try to load the FolderPane in --view mode



commit 2853e21193c58e1bdfccd6ba735dbe0bdf2845e7
Author: Stephane Delcroix <stephane delcroix org>
Date:   Fri Aug 21 16:32:06 2009 +0200

    don't try to load the FolderPane in --view mode

 src/FSpot.addin.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/FSpot.addin.xml b/src/FSpot.addin.xml
index ba88646..d10c986 100644
--- a/src/FSpot.addin.xml
+++ b/src/FSpot.addin.xml
@@ -63,8 +63,8 @@
 		<SidebarPage sidebar_page_type = "FSpot.Widgets.MetadataDisplayPage" />
 		<Condition id="ViewMode" mode="library">
 			<SidebarPage sidebar_page_type = "FSpot.Widgets.EditorPage" />
+			<SidebarPage sidebar_page_type = "FSpot.Widgets.FolderTreePage" />
 		</Condition>
-		<SidebarPage sidebar_page_type = "FSpot.Widgets.FolderTreePage" />
 	</Extension>
 
 	<Extension path = "/FSpot/Editors">



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