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:
authorThomas Dinges <blender@dingto.org>2012-05-02 01:39:52 +0400
committerThomas Dinges <blender@dingto.org>2012-05-02 01:39:52 +0400
commit5cd4b32b3886798b795090d273a7c6f67195d176 (patch)
tree38ee04e11444aca8105f7ae5ca602eb1115e7658 /source/blender/editors/interface
parentf4a82ab917fc398c19ca0ca74134d2a7e6463046 (diff)
Fix for r46170.
* "but=but->next" was there twice, once in the loop block and once at the end, caused Blender to crash on startup. Please always compile and check it works before committing. :)
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/interface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface.c b/source/blender/editors/interface/interface.c
index c8806aa0166..c7fb523dcba 100644
--- a/source/blender/editors/interface/interface.c
+++ b/source/blender/editors/interface/interface.c
@@ -540,7 +540,6 @@ static void ui_draw_links(uiBlock *block)
foundselectline = 1;
}
}
- but = but->next;
}
// Draw any active lines (lines with either button being hovered over).