[anjuta] git: Remove some unnecessary debugging code from the branch refresh method
- From: James Liggett <jrliggett src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta] git: Remove some unnecessary debugging code from the branch refresh method
- Date: Tue, 23 Jun 2009 23:40:35 +0000 (UTC)
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]