[gnome-builder] about: show build tag in all non-release builds



commit 29645ab61ace1705a0dcd8524d0677e585ca63bd
Author: Christian Hergert <chergert redhat com>
Date:   Fri Feb 2 15:25:43 2018 -0800

    about: show build tag in all non-release builds

 src/libide/application/ide-application-actions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libide/application/ide-application-actions.c 
b/src/libide/application/ide-application-actions.c
index 609458572..e2860359c 100644
--- a/src/libide/application/ide-application-actions.c
+++ b/src/libide/application/ide-application-actions.c
@@ -129,7 +129,7 @@ ide_application_actions_about (GSimpleAction *action,
 
   version = g_string_new (NULL);
 
-  if (g_str_has_prefix (IDE_BUILD_TYPE, "debug"))
+  if (!g_str_equal (IDE_BUILD_TYPE, "release"))
     g_string_append (version, IDE_BUILD_IDENTIFIER);
   else
     g_string_append (version, PACKAGE_VERSION);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]