~ubuntu-branches/ubuntu/wily/spyder/wily

« back to all changes in this revision

Viewing changes to spyderplugins/widgets/profilergui.py

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2015-01-15 12:20:11 UTC
  • mfrom: (18.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20150115122011-cc7j5dhy2h9uo13m
Tags: 2.3.2+dfsg-1ubuntu1
Backport patch to support pylint3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
                                    tip=_("Run profiler"),
74
74
                                    triggered=self.start, text_beside_icon=True)
75
75
        self.stop_button = create_toolbutton(self,
76
 
                                    icon=get_icon('terminate.png'),
77
 
                                    text=_("Stop"),
78
 
                                    tip=_(
79
 
                                                  "Stop current profiling"),
80
 
                                    text_beside_icon=True)
 
76
                                             icon=get_icon('stop.png'),
 
77
                                             text=_("Stop"),
 
78
                                             tip=_("Stop current profiling"),
 
79
                                             text_beside_icon=True)
81
80
        self.connect(self.filecombo, SIGNAL('valid(bool)'),
82
81
                     self.start_button.setEnabled)
83
82
        #self.connect(self.filecombo, SIGNAL('valid(bool)'), self.show_data)