[gedit-plugins] git: Remove workaround for broken file browser



commit f0b9ad3bbdf216bbb88e430a0e3c1efb4aca5307
Author: Garrett Regier <garrettregier gmail com>
Date:   Wed Feb 18 08:45:07 2015 -0800

    git: Remove workaround for broken file browser
    
    The file browser's "deleted" signal has now been fixed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726618

 plugins/git/git/windowactivatable.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/git/git/windowactivatable.py b/plugins/git/git/windowactivatable.py
index 1eb0077..7d23c37 100644
--- a/plugins/git/git/windowactivatable.py
+++ b/plugins/git/git/windowactivatable.py
@@ -307,9 +307,6 @@ class GitWindowActivatable(GObject.Object, Gedit.WindowActivatable):
             self.git_status_thread.push(repo, location)
 
     def deleted(self, bus, msg, data=None):
-        # File browser's deleted signal is broken
-        return
-
         location = msg.location
         uri = location.get_uri()
 


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