X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.vala;fp=RepoStatusPopover.vala;h=c8974e308dc8494a99ab04937f19c0f56eee70cd;hp=1975bfcfa2d5a73a7ceb09e042fb091dad97e166;hb=88e4ccabb4fd464e3a01d2126cf82d5aef6f1d6d;hpb=405e80cbe5c929e87fb0b0751a5bbbae9a9d4abb diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index 1975bfcf..c8974e30 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -241,7 +241,7 @@ public class RepoStatusPopover : Object this.el.is_important = true; //listeners - this.el.button_press_event.connect( () => { + this.el.clicked.connect( () => { _this.repo.git({ "commit" , "-a" ,"-m", "Uncommited changes synced" }); _this.repo.push(); _this.repo.loadStatus(); @@ -281,7 +281,7 @@ public class RepoStatusPopover : Object this.el.is_important = true; //listeners - this.el.button_press_event.connect( () => { + this.el.clicked.connect( () => { GitMonitor.gitmonitor.stop(); @@ -322,7 +322,7 @@ public class RepoStatusPopover : Object this.el.is_important = true; //listeners - this.el.button_press_event.connect( () => { + this.el.clicked.connect( () => { GitMonitor.gitmonitor.stop(); @@ -659,7 +659,7 @@ public class RepoStatusPopover : Object this.el.is_important = true; //listeners - this.el.button_press_event.connect( () => { + this.el.clicked.connect( () => { var oldq = new Gee.ArrayList(); Clones.singleton().el.response(-1); @@ -729,7 +729,7 @@ public class RepoStatusPopover : Object this.el.is_important = true; //listeners - this.el.button_press_event.connect( () => { + this.el.clicked.connect( () => {