projects
/
rodin
/
chimara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02883c6
)
Fixed a bug: pair windows need window streams too, even though they don't print
author
Philip Chimento
<philip.chimento@gmail.com>
Sun, 3 May 2009 17:38:35 +0000
(17:38 +0000)
committer
Philip Chimento
<philip.chimento@gmail.com>
Sun, 3 May 2009 17:38:35 +0000
(17:38 +0000)
git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@45
ddfedd41
-794f-dd11-ae45-
00112f111e67
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index 6ae9f554341092dd1ff75d19d05431708d3829a7..053bb487c935abeb6cfa3ab6c2a2bb9e09a98d9f 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-469,7
+469,8
@@
glk_window_open(winid_t split, glui32 method, glui32 size, glui32 wintype,
pair->rock = 0;
pair->type = wintype_Pair;
pair->window_node = g_node_new(pair);
- pair->window_stream = NULL;
+ /* You can print to a pair window's window stream, but it has no effect */
+ pair->window_stream = window_stream_new(pair);
pair->echo_stream = NULL;
/* The pair window must know about its children's split method */