[gnome-code-assistance] [backends/c] Fix dispose of makefile path



commit 2001490b97135d63f8a2a916259a944a1a1df238
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Wed Nov 13 10:02:38 2013 +0100

    [backends/c] Fix dispose of makefile path

 backends/c/makefileintegration.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/c/makefileintegration.py b/backends/c/makefileintegration.py
index 33a57f7..04c2ef0 100644
--- a/backends/c/makefileintegration.py
+++ b/backends/c/makefileintegration.py
@@ -118,7 +118,7 @@ class MakefileIntegration:
         try:
             makefile = self._file_to_makefile[path]
 
-            if makefile.dispose(path):
+            if makefile.remove(path):
                 del self._cache[makefile.path]
 
             del self._file_to_makefile[path]


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