From ae9753db656c646beaaa6419b640b917811fa37c Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Tue, 4 Jun 2013 14:04:00 +0000 Subject: [PATCH] Ativando GtkColorChooser apenas na versão debug --- src/pw3270/colors.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pw3270/colors.c b/src/pw3270/colors.c index d3f6cc5..c99005b 100644 --- a/src/pw3270/colors.c +++ b/src/pw3270/colors.c @@ -31,8 +31,9 @@ #include "globals.h" //#if GTK_CHECK_VERSION(3,4,0) -// #define USE_GTK_COLOR_CHOOSER 1 -//#endif // GTK_CHECK_VERSION + #ifdef DEBUG + #define USE_GTK_COLOR_CHOOSER 1 + #endif // GTK_CHECK_VERSION /*--[ Implement ]------------------------------------------------------------------------------------*/ -- libgit2 0.21.2