RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.vala
index 3a641b2..71ee6fa 100644 (file)
@@ -583,16 +583,13 @@ public class RepoStatusPopover : Object
             //listeners
             this.el.button_press_event.connect( () => {
               
-               
-               GitMonitor.gitmonitor.stop();
-               _this.repo.git({ "pull" , "--all" });
-               _this.repo.loadStatus();
-               GitMonitor.gitmonitor.start();
-                _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);
-                _this.status_view.el.get_buffer().set_text(_this.repo.git_status);
-                Clones.singleton().reposStore.load();
+            
+            
+                Clones.singleton().el.hide();
               
                _this.el.hide();
+                  Ticket.singleton().show();
+               
                 return false;
             });
         }