[gnome-terminal/gnome-3-32: 1/2] Version 3.31.92



commit b19a57784e774cf0cdc458d015aa883ec5b52650
Author: Christian Persch <chpe src gnome org>
Date:   Mon Mar 4 16:40:42 2019 +0100

    Version 3.31.92

 configure.ac       | 4 ++--
 src/terminal-app.c | 8 +-------
 2 files changed, 3 insertions(+), 9 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6408a3cf..51724692 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([gt_version_major],[3])
 m4_define([gt_version_minor],[31])
-m4_define([gt_version_micro],[91])
+m4_define([gt_version_micro],[92])
 m4_define([gt_version_extra],[])
 m4_define([gt_version],[gt_version_major().gt_version_minor().gt_version_micro()gt_version_extra])
 
@@ -64,7 +64,7 @@ case "$with_gtk" in
        GTK_MIN_REQUIRED=3.8
        GTK_MAX_ALLOWED=3.22
        VTE_API_VERSION=2.91
-       VTE_REQUIRED=0.55.90
+       VTE_REQUIRED=0.55.92
        ;;
 esac
 
diff --git a/src/terminal-app.c b/src/terminal-app.c
index 832c3325..ab1c81a6 100644
--- a/src/terminal-app.c
+++ b/src/terminal-app.c
@@ -231,9 +231,7 @@ strv_contains_gnome (char **strv)
  * terminal_app_should_use_headerbar:
  *
  * Determines if the app should use headerbars. This is determined
- * * If GNOME_TERMINAL_HEADERBAR env var is set, the app uses headerbars iff
- *   the value is 1
- * * Otherwise, if the pref is set, the pref value is used
+ * * If the pref is set, the pref value is used
  * * Otherwise, if XDG_CURRENT_DESKTOP contains GNOME or GNOME-Classic,
  *   headerbar is used
  * * Otherwise, headerbar is not used.
@@ -241,10 +239,6 @@ strv_contains_gnome (char **strv)
 static gboolean
 terminal_app_should_use_headerbar (TerminalApp *app)
 {
-  const char *env = g_getenv("GNOME_TERMINAL_HEADERBAR");
-  if (env != NULL)
-    return g_strcmp0 (env, "1") == 0;
-
   gboolean set, use;
   g_settings_get (app->global_settings, TERMINAL_SETTING_HEADERBAR_KEY, "mb", &set, &use);
   if (set)


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