~ubuntu-branches/ubuntu/karmic/ibus/karmic-updates

« back to all changes in this revision

Viewing changes to ibus/panel.py

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-06-13 11:39:05 UTC
  • mfrom: (1.1.3 upstream) (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090613113905-0mfi5hhoz8w9y6k2
Tags: 1.1.0.20090612-1
* new upstream release.
* Fix "python-ibus should depends on iso-codes" (Closes: #532163)
* debian/libibus0.symbols: update symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
    def cursor_down(self):
143
143
        self.__proxy.CursorDown()
144
144
 
 
145
    def candidate_clicked(self, index, button, state):
 
146
        self.__proxy.CandidateClicked(index, button, state)
 
147
 
145
148
    def property_activate(self, prop_name, prop_state):
146
149
        prop_name = dbus.String(prop_name)
147
150
        prop_state = dbus.Int32(prop_state)