summarylogtreecommitdiffstats
path: root/gnome-terminal-symbolic-new-tab-icon.patch
diff options
context:
space:
mode:
authorManuel Hüsers2016-04-09 22:16:27 +0200
committerManuel Hüsers2016-04-09 22:37:09 +0200
commit28f12fbcbc72cd0e7f017e43f0fdd755c73a5173 (patch)
treebc8cef26684db133c655da1cf962e2fa848686a2 /gnome-terminal-symbolic-new-tab-icon.patch
parentf1f28b9dcd613fba4931fcd9a5000975b160d723 (diff)
downloadaur-28f12fbcbc72cd0e7f017e43f0fdd755c73a5173.tar.gz
Version 3.20.0
Rebase transparency, command-notify and translation patches Dark terminals have been restored upstream
Diffstat (limited to 'gnome-terminal-symbolic-new-tab-icon.patch')
-rw-r--r--gnome-terminal-symbolic-new-tab-icon.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnome-terminal-symbolic-new-tab-icon.patch b/gnome-terminal-symbolic-new-tab-icon.patch
deleted file mode 100644
index 3d21c264255c..000000000000
--- a/gnome-terminal-symbolic-new-tab-icon.patch
+++ /dev/null
@@ -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