Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2011-01-04 19:39:05 +0300
committerTon Roosendaal <ton@blender.org>2011-01-04 19:39:05 +0300
commit90a4e6a93d00ce054e40ab20b8d4bfa53c26da41 (patch)
treef5d1ed1b0bc0a3fcc8bdacae151d5a9a4e0e5139
parent51a3d123e1906e6107da653f881e94a1a93a9811 (diff)
Don't commit with compiling first ;)
-rw-r--r--source/blender/editors/space_node/space_node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/space_node.c b/source/blender/editors/space_node/space_node.c
index 6ab23291477..b6bd8df64ec 100644
--- a/source/blender/editors/space_node/space_node.c
+++ b/source/blender/editors/space_node/space_node.c
@@ -188,7 +188,7 @@ static void node_area_listener(ScrArea *sa, wmNotifier *wmn)
}
break;
case NC_TEXTURE:
- if(type==NTREE_SHADER || type==NTREE_TEXTURE)) {
+ if(type==NTREE_SHADER || type==NTREE_TEXTURE) {
if(wmn->data==ND_NODES)
ED_area_tag_refresh(sa);
}