[Rapier-commits] r161 - trunk/src
This list send mail when a change occurs on the subversion repository
rapier-commits at garage.maemo.org
Sat Dec 1 18:33:32 EET 2007
Author: pamadio
Date: 2007-12-01 18:33:31 +0200 (Sat, 01 Dec 2007)
New Revision: 161
Modified:
trunk/src/rapier
Log:
Steven Walter ( 35) [PATCH] Remove bogus checks
Modified: trunk/src/rapier
===================================================================
--- trunk/src/rapier 2007-12-01 16:32:52 UTC (rev 160)
+++ trunk/src/rapier 2007-12-01 16:33:31 UTC (rev 161)
@@ -705,23 +705,6 @@
self.prefWindow.show_all()
def displayManageModuleWindow(self,widget):
-
- stReg=re.compile("^/usr/share/sword")
- if stReg.search(self.mgr.prefixPath):
- print "boing"
- dialog = hildon.Note (
- "information", \
- (self.mainWindow, \
- "You must set the module storage directory in "+\
- "the preference menu first.",\
- gtk.STOCK_DIALOG_INFO)\
- )
- dialog.set_button_text("Ok")
- dialog.run()
- dialog.destroy()
- return
-
-
self.fill_mgModLocalModel()
self.refresh_remote_modules_tv()
self.mgModWindow.show_all()
More information about the Rapier-commits
mailing list