diff --git a/src/systray.py b/src/systray.py
index 935f4858e54c58b013df3b46b55c7d2f28c9b793..564be0987d1c3bd6a84a7066d955eb4a4134c855 100644
--- a/src/systray.py
+++ b/src/systray.py
@@ -200,7 +200,7 @@ class Systray:
 		if event is None: # None means windows (we explicitly popup in systraywin32.py)
 			#fixme: make me translatable or find a good way to workaround this
 			if self.added_hide_menuitem is False:
-			    	self.systray_context_menu.prepend(gtk.SeparatorMenuItem())
+				self.systray_context_menu.prepend(gtk.SeparatorMenuItem())
 				item = gtk.MenuItem('Hide this menu')
 				self.systray_context_menu.prepend(item)
 				self.added_hide_menuitem = True