View | Details | Raw Unified | Return to bug 27523
Collapse All | Expand All

(-)a/blueman/plugins/applet/StatusIcon.py (-1 / +1 lines)
Lines 166-172 class StatusIcon(AppletPlugin, gtk.StatusIcon): Link Here
166
		self.QueryVisibility()
166
		self.QueryVisibility()
167
		
167
		
168
	def on_status_icon_resized(self):
168
	def on_status_icon_resized(self):
169
		self.icon = "blueman-tray"
169
		self.icon = "blueman"
170
		
170
		
171
		#p = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, True, 8, 22, 22)
171
		#p = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, True, 8, 22, 22)
172
		#p.fill(0)
172
		#p.fill(0)

Return to bug 27523