projects
/
synfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f704279
)
Turn off 'rendering in the same thread' messages in the console, as single thread...
author
Carlos Lopez
<genetita@gmail.com>
Sat, 15 May 2010 22:37:26 +0000
(
00:37
+0200)
committer
Carlos Lopez
<genetita@gmail.com>
Sat, 15 May 2010 22:37:26 +0000
(
00:37
+0200)
synfig-studio/src/gtkmm/asyncrenderer.cpp
patch
|
blob
|
history
diff --git
a/synfig-studio/src/gtkmm/asyncrenderer.cpp
b/synfig-studio/src/gtkmm/asyncrenderer.cpp
index
72a286c
..
4ec1537
100644
(file)
--- a/
synfig-studio/src/gtkmm/asyncrenderer.cpp
+++ b/
synfig-studio/src/gtkmm/asyncrenderer.cpp
@@
-481,7
+481,7
@@
AsyncRenderer::start_()
#ifdef SINGLE_THREADED
if (single_threaded())
{
- synfig::info("%s:%d rendering in the same thread", __FILE__, __LINE__);
+
//
synfig::info("%s:%d rendering in the same thread", __FILE__, __LINE__);
target->signal_progress().connect(sigc::mem_fun(this,&AsyncRenderer::rendering_progress));
render_thread = (Glib::Thread*)1;
render_target();