diff --git a/src/objects/toolbar/actions.c b/src/objects/toolbar/actions.c index 0f29f4f..077489c 100644 --- a/src/objects/toolbar/actions.c +++ b/src/objects/toolbar/actions.c @@ -81,7 +81,7 @@ } } - debug("%s(%s)=%p",__FUNCTION__,name,action); +// debug("%s(%s)=%p",__FUNCTION__,name,action); if(!action) { g_warning("Can't find action \"%s\"",name); diff --git a/src/objects/toolbar/models.c b/src/objects/toolbar/models.c index 404ba11..c2807e0 100644 --- a/src/objects/toolbar/models.c +++ b/src/objects/toolbar/models.c @@ -190,7 +190,7 @@ const struct _contents *model = (const struct _contents *) g_object_get_data(menuitem, I_("pw3270_model_data")); const char *name = (const char *) g_object_get_data(menuitem, I_("pw3270_property_name")); - debug("%s(%s,%d)",__FUNCTION__,name,model->value); +// debug("%s(%s,%d)",__FUNCTION__,name,model->value); g_object_set(widget,name,model->value,NULL); } @@ -210,7 +210,7 @@ const gchar * name = g_object_get_data(G_OBJECT(menu), I_("pw3270_property_name")); g_object_get(widget,name,&value,NULL); - debug("%s(%p,%s)=%d",__FUNCTION__,widget,name,value); +// debug("%s(%p,%s)=%d",__FUNCTION__,widget,name,value); gtk_container_foreach(menu,(GtkCallback) set_toggle_menu_item,&value); diff --git a/src/objects/window/window.c b/src/objects/window/window.c index f836d3b..df5b5ea 100644 --- a/src/objects/window/window.c +++ b/src/objects/window/window.c @@ -843,7 +843,7 @@ // Get settings g_autofree gchar * path = g_strconcat("/apps/" PACKAGE_NAME "/", g_get_application_name(), "/window/",NULL); - debug("path=%s",path); +// debug("path=%s",path); #ifdef DEBUG @@ -864,7 +864,7 @@ "br.com.bb." PACKAGE_NAME ".window", TRUE); - debug("schema %s=%p path=%s","br.com.bb." PACKAGE_NAME ".window",schema,path); +// debug("schema %s=%p path=%s","br.com.bb." PACKAGE_NAME ".window",schema,path); GSettings * settings = g_settings_new_full(schema, NULL, path); -- libgit2 0.21.2