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>2006-12-28 14:31:22 +0300
committerTon Roosendaal <ton@blender.org>2006-12-28 14:31:22 +0300
commitebdc0d04a5883c645395aa7c16a54c6cd0ca686a (patch)
treee580ce2fbb9afbf02cc36431f3a00f4d25b21bd0 /source/blender/src/filesel.c
parent6f6051d455c27a04bd1877b873faa5d7128b3a9c (diff)
Bugfix #5540
Datbrowse return event was accidentally cleared, so browsing did not work. (Commit of last week for image refactor).
Diffstat (limited to 'source/blender/src/filesel.c')
-rw-r--r--source/blender/src/filesel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/filesel.c b/source/blender/src/filesel.c
index 19c35580ff0..10af190c4dc 100644
--- a/source/blender/src/filesel.c
+++ b/source/blender/src/filesel.c
@@ -1486,8 +1486,6 @@ void filesel_prevspace()
/* cleanup */
if(sfile->spacetype==SPACE_FILE) {
- if(sfile->menup)
- sfile->menup= NULL;
if(sfile->pupmenu) {
MEM_freeN(sfile->pupmenu);
sfile->pupmenu= NULL;