Commit ae9753db656c646beaaa6419b640b917811fa37c
1 parent
f4129bbd
Exists in
master
and in
5 other branches
Ativando GtkColorChooser apenas na versão debug
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
src/pw3270/colors.c
@@ -31,8 +31,9 @@ | @@ -31,8 +31,9 @@ | ||
31 | #include "globals.h" | 31 | #include "globals.h" |
32 | 32 | ||
33 | //#if GTK_CHECK_VERSION(3,4,0) | 33 | //#if GTK_CHECK_VERSION(3,4,0) |
34 | -// #define USE_GTK_COLOR_CHOOSER 1 | ||
35 | -//#endif // GTK_CHECK_VERSION | 34 | + #ifdef DEBUG |
35 | + #define USE_GTK_COLOR_CHOOSER 1 | ||
36 | + #endif // GTK_CHECK_VERSION | ||
36 | 37 | ||
37 | /*--[ Implement ]------------------------------------------------------------------------------------*/ | 38 | /*--[ Implement ]------------------------------------------------------------------------------------*/ |
38 | 39 |