~andrewsomething/ubuntu/precise/compizconfig-settings-manager/first_run_warning

« back to all changes in this revision

Viewing changes to ccm/Settings.py

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-10-19 13:55:32 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: james.westby@ubuntu.com-20101019135532-aoorrlksudvgilho
Tags: upstream-0.9.2.1
ImportĀ upstreamĀ versionĀ 0.9.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python
2
1
# -*- coding: UTF-8 -*-
3
2
 
4
3
# This program is free software; you can redistribute it and/or
1226
1225
            if "Button%d" % i in self.current:
1227
1226
                currentButton = i
1228
1227
                break
1229
 
        maxButton = 9
 
1228
        maxButton = 20
1230
1229
        for i in range (1, maxButton + 1):
1231
1230
            button = "Button%d" % i
1232
1231
            buttonCombo.append_text (button)