Changeset 774:60afd8f94257 in hatta-dev for hatta_qticon.py
- Timestamp:
- 07/09/10 08:07:06 (23 months ago)
- Branch:
- default
- Children:
- 775:29909eb43528, 776:3fb8fdccbf45
- File:
-
- 1 edited
-
hatta_qticon.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hatta_qticon.py
r734 r774 34 34 QPoint, QLocale) 35 35 36 from hatta import WikiConfig, Wiki, WikiRequest, name,url36 from hatta import WikiConfig, Wiki, WikiRequest, project_name, project_url 37 37 38 38 def we_are_frozen(): … … 83 83 try: 84 84 return self.wiki.application(*args, **kwargs) 85 except Exception as (errno, strerror): 86 self.exception_signal.emit(errno, strerror) 85 except e: 86 print e 87 # except Exception as (errno, strerror): 88 # self.exception_signal.emit(errno, strerror) 87 89 88 90 def quit(self): … … 204 206 str(QDesktopServices.storageLocation( 205 207 QDesktopServices.DataLocation)), 206 name,207 name + u'.conf')208 project_name, 209 project_name + u'.conf') 208 210 dist_icon = os.path.join(module_path(), 209 211 'share/icons/hicolor/64x64/hatta.png') … … 462 464 str(QDesktopServices.storageLocation( 463 465 QDesktopServices.DataLocation)), 464 name,466 project_name, 465 467 u'pages'), 466 468 cache_path=join( 467 469 str(QDesktopServices.storageLocation( 468 470 QDesktopServices.CacheLocation)), 469 name),471 project_name), 470 472 # front_page = 'Home' 471 473 # page_charset = 'UTF-8'
Note: See TracChangeset
for help on using the changeset viewer.
