~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/conf/apps.py

  • Committer: Matt Giuca
  • Date: 2009-01-19 08:14:25 UTC
  • mfrom: (1084)
  • mto: This revision was merged to the branch mainline in revision 1090.
  • Revision ID: matt.giuca@gmail.com-20090119081425-h1jmx8o141bqnwl8
Merged changes from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
                    requireauth = True,
164
164
                    hashelp = False)
165
165
 
 
166
app_logout = App(dir = "logout",
 
167
                    name = "Logout",
 
168
                    requireauth = True,
 
169
                    hashelp = False)
 
170
 
166
171
# Mapping URL names to apps
167
172
 
168
173
app_url = {
184
189
    "svnlog" : app_svnlog,
185
190
    "subjects" : app_subjects,
186
191
    "home" : app_home,
 
192
    "logout" : app_logout,
187
193
}
188
194
if enable_debuginfo:
189
195
    app_url["debuginfo"] = app_debuginfo