From 8e1bc2a049524b7cee657032a1c7120a8e35e04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Sat, 16 Jul 2016 18:06:06 +0000 Subject: [PATCH] [GB.GTK3] * BUG: Remove debugging message. git-svn-id: svn://localhost/gambas/trunk@7822 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- gb.gtk/src/gcontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gb.gtk/src/gcontrol.cpp b/gb.gtk/src/gcontrol.cpp index 5a04c9f77..0b0e361a4 100644 --- a/gb.gtk/src/gcontrol.cpp +++ b/gb.gtk/src/gcontrol.cpp @@ -1891,7 +1891,7 @@ void gControl::updateStyleSheet() g_stradd(&css, "}\n"); - fprintf(stderr, "---- %s\n%s", _name, css); + //fprintf(stderr, "---- %s\n%s", _name, css); gtk_css_provider_load_from_data(GTK_CSS_PROVIDER(_css), css, -1, NULL); gtk_style_context_add_provider(context, _css, GTK_STYLE_PROVIDER_PRIORITY_USER);