diff --git a/README.md b/README.md index 77e46f24..53a06d8a 100755 --- a/README.md +++ b/README.md @@ -64,6 +64,6 @@ After built, the dist files should be saved to `output` folder by default. # License GNU General Public License v2.0 -Copyright (c) 2016 Maigo Erit +Copyright (c) 2016 MayGo @ [trimatech.ee](http://trimatech.ee) diff --git a/package.json b/package.json index a2b681e2..36bb64ba 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backer-timetracker", - "version": "1.0.2", + "version": "1.0.3", "description": "Track your time by monitoring your active windows and idle time", "main": "app/app.js", "scripts": { diff --git a/plugins/main-window/app/timeline/timeline.view.controller.js b/plugins/main-window/app/timeline/timeline.view.controller.js index 2c39ab7c..51ea6d42 100755 --- a/plugins/main-window/app/timeline/timeline.view.controller.js +++ b/plugins/main-window/app/timeline/timeline.view.controller.js @@ -164,7 +164,7 @@ angular.module('angularDemoApp') ipc.on('main-window-focus', function (event, arg) { console.log("Main-Window gained focus, reloading"); - ctrl.list(); + ctrl.refresh(); }); ctrl.showAddLogDialog = function (trackItem) {