From 5e4e73776b7bc3b99517c8cfcaa4d6692c2296f8 Mon Sep 17 00:00:00 2001 From: Robert L Toscano Date: Thu, 8 Jul 2010 21:41:12 -0700 Subject: [PATCH] Fixed doc # To cancel this commit close this file without making a change. To commit, # write your message, then save and close the file. # # On branch master # Your branch is ahead of 'origin/master' by 1 commit. # # Changed but not updated: # (use "git add ..." to update what will be committed) # (use "git checkout -- ..." to discard changes in working directory) # # modified: giterdone/__init__.py # no changes added to commit (use "git add" and/or "git commit -a") --- giterdone/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/giterdone/__init__.py b/giterdone/__init__.py index 012c702..75b9102 100644 --- a/giterdone/__init__.py +++ b/giterdone/__init__.py @@ -25,7 +25,7 @@ from common import get_emblem_name class Giterdone(gedit.Plugin): _CONTEXT_MENU_PLACEHOLDER = '/FilePopup/FilePopup_Opt3' - _REPO_CHECK_PERIOD = 1000 # in seconds + _REPO_CHECK_PERIOD = 1000 # in milliseconds seconds def load_vcs_interfaces(self): -- 2.11.4.GIT