[gnome-terminal/wip/rishi/command-notify: 5/5] Revert "about: Show vte features"



commit 679af1353ea79b95d4135088e6f711d4e45769d1
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Jan 28 16:51:02 2015 +0100

    Revert "about: Show vte features"
    
    This reverts commit f3674ecfb1d68eb453408f5bef9e0934124abddd.

 configure.ac        |    2 +-
 src/terminal-util.c |    8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9da695f..faaa4a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ case "$with_gtk" in
   3.0) GTK_API_VERSION=3.0
        GTK_REQUIRED=3.12.0
        VTE_API_VERSION=2.91
-       VTE_REQUIRED=0.39.2
+       VTE_REQUIRED=0.39.0
        ;;
 esac
 
diff --git a/src/terminal-util.c b/src/terminal-util.c
index 26de789..535cdb9 100644
--- a/src/terminal-util.c
+++ b/src/terminal-util.c
@@ -204,7 +204,7 @@ terminal_util_show_about (GtkWindow *transient_parent)
       g_ptr_array_add (array, EMAILIFY (contributors[i]));
   }
   g_free (contributors); /* strings are now owned by the array */
-
+  
   g_ptr_array_add (array, NULL);
   array_strv = (char **) g_ptr_array_free (array, FALSE);
 
@@ -219,11 +219,9 @@ terminal_util_show_about (GtkWindow *transient_parent)
                                  vte_get_major_version (),
                                  vte_get_minor_version (),
                                  vte_get_micro_version ());
-
-  comment = g_strdup_printf("%s\n%s %s",
+  comment = g_strdup_printf("%s\n%s",
                             _("A terminal emulator for the GNOME desktop"),
-                            vte_version,
-                            vte_get_features ());
+                            vte_version);
 
   gtk_show_about_dialog (transient_parent,
                          "program-name", _("GNOME Terminal"),


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