[gnome-screenshot] screenshot: don't set a title on the header bar



commit 6738ef5dffd4c2fc9cdd3a4b47a7af4256a1ac6d
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sun Feb 16 08:00:51 2014 -0800

    screenshot: don't set a title on the header bar

 src/screenshot-interactive-dialog.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/screenshot-interactive-dialog.c b/src/screenshot-interactive-dialog.c
index 9850d14..33dac8f 100644
--- a/src/screenshot-interactive-dialog.c
+++ b/src/screenshot-interactive-dialog.c
@@ -449,7 +449,6 @@ screenshot_interactive_dialog_new (CaptureClickedCallback f, gpointer user_data)
   dialog = gtk_application_window_new (GTK_APPLICATION (g_application_get_default ()));
 
   header_bar = gtk_header_bar_new ();
-  gtk_header_bar_set_title (GTK_HEADER_BAR (header_bar), _("Take Screenshot"));
   gtk_window_set_titlebar (GTK_WINDOW (dialog), header_bar);
 
   gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);


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