[anjuta] git: Remove some unnecessary debugging code from the branch refresh method



commit 74752ca5fc3882a6629171aaa040f704f0723dd5
Author: James Liggett <jrliggett cox net>
Date:   Tue Jun 23 16:39:29 2009 -0700

    git: Remove some unnecessary debugging code from the branch refresh method

 plugins/git/git-log-dialog.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/git/git-log-dialog.c b/plugins/git/git-log-dialog.c
index 6a83577..28317ba 100644
--- a/plugins/git/git-log-dialog.c
+++ b/plugins/git/git-log-dialog.c
@@ -1119,9 +1119,6 @@ git_log_setup_refresh_monitor (Git *plugin)
 
 	git_ref_file = g_file_new_for_path (git_ref_path);
 	git_ref_monitor = g_file_monitor_directory (git_ref_file, 0, NULL, NULL);
-
-	g_file_monitor_set_rate_limit (git_ref_monitor, 1000);
-
 	
 
 	g_signal_connect (G_OBJECT (git_ref_monitor), "changed",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]