~nataliabidart/ubuntuone-control-panel/connect-after-computer-adding

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/gtk/gui.py

  • Committer: Tarmac
  • Author(s): eric.casteleijn at canonical
  • Date: 2011-03-18 20:31:19 UTC
  • mfrom: (98.1.1 remove-debug-print)
  • Revision ID: tarmac-20110318203119-q4gl2zcpwo8vd1do
Removed a debug print that was accidentally checked into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1568
1568
 
1569
1569
        self.connect('delete-event', lambda w, e: gtk.main_quit())
1570
1570
        if alert:
1571
 
            print "YES"
1572
1571
            # NOTE this should prevent focus stealing but it does not :(
1573
1572
            self.present_with_time(1)
1574
1573
            self.set_urgency_hint(True)