Skip to content

Commit

Permalink
linux statusicon: add back extra separator
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Dec 1, 2012
1 parent b93e38c commit 993fefa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SparkleShare/Linux/SparkleStatusIcon.cs
Expand Up @@ -216,7 +216,8 @@ public void CreateMenu ()
(folder_item.Submenu as Menu).Add (notify_item);
(folder_item.Submenu as Menu).Add (new SeparatorMenuItem ());
(folder_item.Submenu as Menu).Add (about_item);


this.menu.Add (new SeparatorMenuItem ());
this.menu.Add (this.quit_item);
this.menu.ShowAll ();

Expand Down

0 comments on commit 993fefa

Please sign in to comment.