[gedit] Fix typo in last patches



commit 0bb811fdbfa0ffd66b4649a55b1aa927c812a365
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Apr 2 23:41:57 2013 +0200

    Fix typo in last patches

 plugins/externaltools/tools/capture.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/externaltools/tools/capture.py b/plugins/externaltools/tools/capture.py
index d65a754..9691712 100644
--- a/plugins/externaltools/tools/capture.py
+++ b/plugins/externaltools/tools/capture.py
@@ -172,7 +172,7 @@ class Capture(GObject.Object):
                 if buf:
                     print(buf)
                     self.emit(signalname, buf)
-            if status != status == GLib.IOStatus.AGAIN:
+            if status != GLib.IOStatus.AGAIN:
                 return False
 
         if condition & ~(GObject.IO_IN | GObject.IO_PRI):


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