[gedit] Fix hanging shell placeholder on OS X
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Fix hanging shell placeholder on OS X
- Date: Mon, 30 Jan 2012 12:20:54 +0000 (UTC)
commit 1d1ad2d96aec412869d574e2161941b8187f7438
Author: Jesse van den Kieboom <jessevdk gnome org>
Date: Mon Jan 30 13:18:28 2012 +0100
Fix hanging shell placeholder on OS X
plugins/snippets/snippets/placeholder.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/snippets/snippets/placeholder.py b/plugins/snippets/snippets/placeholder.py
index c76e4d8..c9d6ec7 100644
--- a/plugins/snippets/snippets/placeholder.py
+++ b/plugins/snippets/snippets/placeholder.py
@@ -441,10 +441,10 @@ class PlaceholderShell(PlaceholderExpand):
line = unicode(line, locale.getdefaultlocale()[1],
'replace')
- self.shell_output += line
- self.install_timeout()
+ self.shell_output += line
+ self.install_timeout()
- return True
+ return True
self.process_close()
return False
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]