[recipes] Fix a thinko



commit de241b0eefd3aa1ebc41292bbbc78f6fcb1f4f1d
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Mar 11 21:37:15 2017 -0500

    Fix a thinko
    
    We don't want to set the title of our window when
    launching the web browser to report an issue.

 src/gr-window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gr-window.c b/src/gr-window.c
index 027f68d..ca08a73 100644
--- a/src/gr-window.c
+++ b/src/gr-window.c
@@ -1478,8 +1478,6 @@ gr_window_show_report_issue (GrWindow *window)
         const char *uri = "https://bugzilla.gnome.org/enter_bug.cgi?product=recipes";;
         g_autoptr(GError) error = NULL;
 
-        gtk_header_bar_set_title (GTK_HEADER_BAR (window->header), _("Report Issue"));
-
         gtk_show_uri_on_window (GTK_WINDOW (window), uri, GDK_CURRENT_TIME, &error);
         if (error)
                 g_warning ("Unable to show '%s': %s", uri, error->message);


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