diff clients/editor/selection.py @ 179:28532ae6f9f6

Moved all editor content out of content, as chewie says it's deprecated as hell ;-)
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 30 Jan 2009 00:54:07 +0000
parents 4a0efb7baf70
children
line wrap: on
line diff
--- a/clients/editor/selection.py	Fri Jan 30 00:24:50 2009 +0000
+++ b/clients/editor/selection.py	Fri Jan 30 00:54:07 2009 +0000
@@ -11,7 +11,7 @@
 		self.list = list
 		self._callback = onSelection
 
-		self._widget = pychan.loadXML('content/gui/selection.xml')
+		self._widget = pychan.loadXML('gui/selection.xml')
 
 		self._widget.mapEvents({
 			'okButton'     : self._selected,
@@ -40,7 +40,7 @@
 		self.list = list
 		self._callback = onSelection
 
-		self._widget = pychan.loadXML('content/gui/selection.xml')
+		self._widget = pychan.loadXML('gui/selection.xml')
 
 		self._widget.mapEvents({
 			'okButton'     : self._widget.hide,