~gnome15-team/gnome15/trunk

« back to all changes in this revision

Viewing changes to gnome15-plugins/src/sysmon/sysmon.py

  • Committer: tanktarta
  • Date: 2012-11-24 10:27:36 UTC
  • Revision ID: tanktarta-20121124102736-0drhasy3jdn862wx
0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
    
187
187
    def activate(self):
188
188
        self._net_icon = g15util.get_icon_path([ "network-transmit-receive", 
189
 
                                                "gnome-fs-network" ], 
 
189
                                                "gnome-fs-network",
 
190
                                                "network-server" ], 
190
191
                                               self.screen.height)
191
192
        self._cpu_icon = g15util.get_icon_path( CPU_ICONS,  
192
193
                                               self.screen.height)