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:
authorNathan Letwory <nathan@letworyinteractive.com>2006-10-16 19:28:57 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2006-10-16 19:28:57 +0400
commit282b0d528da179320aabfa2ffe4f4aff32a5b4cb (patch)
treed3968fbccb2c0e0b71f68868448f3868c92fe932 /source/blender/src/header_info.c
parent6468b1705bfba89221c239898fab563eca6838d3 (diff)
* fix totblock error when quiting blender with sessions open
* add "Disconnect"-menu when RMB on verse server that is connected in outliner
Diffstat (limited to 'source/blender/src/header_info.c')
-rw-r--r--source/blender/src/header_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index f96bd8b7b2b..59261fb5c97 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -766,7 +766,7 @@ static void do_verse_filemenu(void *arg, int event)
session = session_menu();
if(session) {
printf("Disconnecting session: %s!\n", session->address);
- end_verse_session(session, 1);
+ end_verse_session(session);
}
break;
case 3: