Drop upstreamed patch

This commit is contained in:
Debarshi Ray 2016-02-18 19:49:26 +01:00
parent e11cf09aba
commit 823dcdd4a5
2 changed files with 0 additions and 30 deletions

View File

@ -1,27 +0,0 @@
From 08405736ab32161a003a891a11efc0820245b4e5 Mon Sep 17 00:00:00 2001
From: Michael Catanzaro <mcatanzaro@gnome.org>
Date: Tue, 29 Sep 2015 23:42:53 -0500
Subject: [PATCH] window: Use a symbolic new tab icon
https://developer.gnome.org/hig/3.18/icons-and-artwork.html.en
https://bugzilla.gnome.org/show_bug.cgi?id=755825
---
src/terminal-window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/terminal-window.c b/src/terminal-window.c
index f673e99..6567196 100644
--- a/src/terminal-window.c
+++ b/src/terminal-window.c
@@ -2195,7 +2195,7 @@ terminal_window_fill_notebook_action_box (TerminalWindow *window)
/* Create the NewTerminal button */
action = gtk_action_group_get_action (priv->action_group, "FileNewTab");
- button = terminal_icon_button_new ("list-add");
+ button = terminal_icon_button_new ("list-add-symbolic");
gtk_activatable_set_related_action (GTK_ACTIVATABLE (button), action);
gtk_box_pack_start (GTK_BOX (box), button, FALSE, FALSE, 0);
gtk_widget_show (button);
--
2.4.3

View File

@ -17,8 +17,6 @@ Source0: http://download.gnome.org/sources/gnome-terminal/3.19/gnome-terminal-%{
Source1: org.gnome.Terminal.gschema.override
Patch0: 0001-build-Don-t-treat-warnings-as-errors.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=755825
Patch1: gnome-terminal-symbolic-new-tab-icon.patch
Patch100: gnome-terminal-transparency-notify.patch
@ -61,7 +59,6 @@ option to the right-click context menu in Nautilus.
%prep
%setup -q
%patch0 -p1 -b .warnings
%patch1 -p1 -b .new-tab-icon
%patch100 -p1 -b .dark-transparency-notify
%build