[Xfce4-commits] [xfce/thunar] 01/01: Use standard icon instead of custom

noreply at xfce.org noreply at xfce.org
Mon Dec 16 16:16:39 CET 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       x   f   c   e   -   4   .   1   4   
   in repository xfce/thunar.

commit d86e5aff657b763ecc5ecf57b3e00cefe0eb2409
Author: Andre Miranda <andreldm at xfce.org>
Date:   Mon Dec 16 12:15:33 2019 -0300

    Use standard icon instead of custom
---
 icons/16x16/Makefile.am                |   5 ++---
 icons/16x16/stock_thunar-shortcuts.png | Bin 526 -> 0 bytes
 thunar/thunar-shortcuts-pane.c         |   2 +-
 thunar/thunar-shortcuts-view.c         |   2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
index d121bf6..dfbd950 100644
--- a/icons/16x16/Makefile.am
+++ b/icons/16x16/Makefile.am
@@ -4,9 +4,8 @@ apps_DATA =								\
 
 stockdir = $(datadir)/icons/hicolor/16x16/stock/navigation
 stock_DATA =								\
-	stock_folder-copy.png						\
-	stock_folder-move.png						\
-	stock_thunar-shortcuts.png
+	stock_folder-copy.png					\
+	stock_folder-move.png
 
 EXTRA_DIST =								\
 	$(apps_DATA)							\
diff --git a/icons/16x16/stock_thunar-shortcuts.png b/icons/16x16/stock_thunar-shortcuts.png
deleted file mode 100644
index 59e04f2..0000000
Binary files a/icons/16x16/stock_thunar-shortcuts.png and /dev/null differ
diff --git a/thunar/thunar-shortcuts-pane.c b/thunar/thunar-shortcuts-pane.c
index 98b5d6e..f72ec39 100644
--- a/thunar/thunar-shortcuts-pane.c
+++ b/thunar/thunar-shortcuts-pane.c
@@ -94,7 +94,7 @@ struct _ThunarShortcutsPane
 
 static const GtkActionEntry action_entries[] =
 {
-  { "sendto-shortcuts", "stock_thunar-shortcuts", "", NULL, NULL, G_CALLBACK (thunar_shortcuts_pane_action_shortcuts_add), },
+  { "sendto-shortcuts", "bookmark-new", "", NULL, NULL, G_CALLBACK (thunar_shortcuts_pane_action_shortcuts_add), },
 };
 
 
diff --git a/thunar/thunar-shortcuts-view.c b/thunar/thunar-shortcuts-view.c
index cafde76..df38167 100644
--- a/thunar/thunar-shortcuts-view.c
+++ b/thunar/thunar-shortcuts-view.c
@@ -1188,7 +1188,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
         gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
         gtk_widget_show (item);
 
-        image = gtk_image_new_from_icon_name ("stock_thunar-shortcuts", GTK_ICON_SIZE_MENU);
+        image = gtk_image_new_from_icon_name ("bookmark-new", GTK_ICON_SIZE_MENU);
 G_GNUC_BEGIN_IGNORE_DEPRECATIONS
         gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (item), image);
 G_GNUC_END_IGNORE_DEPRECATIONS

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list