Skip to content
Snippets Groups Projects
Commit f60bf5c5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent d62d7388
No related branches found
No related tags found
No related merge requests found
// $Id: Callbacks.cpp,v 1.67 2001-07-31 09:51:36 geuzaine Exp $ // $Id: Callbacks.cpp,v 1.68 2001-07-31 10:19:11 geuzaine Exp $
#include <sys/types.h> #include <sys/types.h>
#include <signal.h> #include <signal.h>
...@@ -1604,7 +1604,7 @@ void view_plugin_cb(CALLBACK_ARGS){ ...@@ -1604,7 +1604,7 @@ void view_plugin_cb(CALLBACK_ARGS){
Post_View *v = (Post_View*)List_Pointer(Post_ViewList,iView); Post_View *v = (Post_View*)List_Pointer(Post_ViewList,iView);
p->execute(v); p->execute(v);
Draw(); Draw();
Msg(INFO,"Plugin %s was called win = %p",name,p->dialogBox); Msg(DEBUG, "Plugin %s was called win = %p",name,p->dialogBox);
} }
catch (GMSH_Plugin *err){ catch (GMSH_Plugin *err){
p->CatchErrorMessage(name); p->CatchErrorMessage(name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment