~ubuntu-branches/ubuntu/saucy/gourmet/saucy

« back to all changes in this revision

Viewing changes to src/lib/Undo.py

  • Committer: Bazaar Package Importer
  • Author(s): Rolf Leggewie
  • Date: 2008-11-24 10:38:57 UTC
  • mto: (2.1.1 sid) (13.1.1 maverick) (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20081124103857-2jh0ohyrd8sluojp
Tags: upstream-0.14.2
ImportĀ upstreamĀ versionĀ 0.14.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
409
409
    def set_sensitive (self,w,val):
410
410
        debug('set_sensitive',0)
411
411
        if not w:
412
 
            print 'No widget to sensitize'
 
412
            #import traceback; traceback.print_stack()
 
413
            #print 'No widget to sensitize',w,val
413
414
            return
414
415
        try:
415
416
            w.set_sensitive(val)