~artfwo/indicator-cpufreq/trunk

« back to all changes in this revision

Viewing changes to indicator_cpufreq/indicator.py

  • Committer: Артём Попов
  • Date: 2011-02-26 14:36:20 UTC
  • Revision ID: artfwo@gmail.com-20110226143620-04ny9t7sxhco2ml1
Removed unneeded print statement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        self.set_status(appindicator.STATUS_ACTIVE)
65
65
        
66
66
        self.set_icon_theme_path("/usr/share/icons")
67
 
        #print get_icon_path()
68
67
        #self.set_icon(get_data_file('media', 'indicator-cpufreq.png'))
69
68
        self.set_icon('indicator-cpufreq')
70
 
        print self.get_icon()
71
69
        
72
70
        menu = gtk.Menu()
73
71
        self.select_items = {}