StatusIcon.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 Nov 2018 05:17:49 +0000 (13:17 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Nov 2018 05:17:49 +0000 (13:17 +0800)
StatusIcon.vala

index 917ffde..0eeab65 100644 (file)
@@ -172,7 +172,8 @@ public class StatusIconA : StatusIcon {
             this.resume = new MenuItemStartCommits();
             this.append(this.resume);
             this.append(new MenuItemPullAll());
-            this.append(new Gtk.SeparatorMenuItem());
+            this.before_seperator = new Gtk.SeparatorMenuItem()
+            this.append(this.before_seperator);
             //this.append(new MenuItemUpdateTimesheet());
             this.append(new Gtk.SeparatorMenuItem());
             this.append(new MenuItemManageClones());