Use g_info and g_debug properly.
[lttv.git] / ltt / branches / poly / lttv / modules / gui / mainlib / toolbar.c
index 9b1f2877790eadefcda6a2fc3622ce088ae9bfaa..cacd8d8d051a62d4dec7c1021151e663bbb581c6 100644 (file)
@@ -16,6 +16,7 @@
  * MA 02111-1307, USA.
  */
 
+#include <lttv/lttv.h>
 #include <lttv/toolbar.h>
 
 
@@ -27,7 +28,7 @@ inline LttvToolbars *lttv_toolbars_new() {
  * (functions).
  */
 inline void lttv_toolbars_destroy(LttvToolbars *h) {
-  g_critical("lttv_toolbars_destroy");
+  g_debug("lttv_toolbars_destroy");
   g_array_free(h, TRUE);
 }
 
This page took 0.022342 seconds and 4 git commands to generate.