[Xfce4-commits] [apps/xfburn] 06/42: Use standard "folder" icon theme

noreply at xfce.org noreply at xfce.org
Tue Oct 15 02:21:49 CEST 2019


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

k   a   t   a   n   a   s   t   e   e   l       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfburn.

commit 4b22fd453fa719b6c6e7d2e172913ad6bcdb7e49
Author: Romain B <skunnyk at alteroot.org>
Date:   Wed Nov 29 13:37:51 2017 +0100

    Use standard "folder" icon theme
    
    - Now the folders are correctly themed in tree view !
---
 xfburn/xfburn-audio-composition.c | 2 +-
 xfburn/xfburn-data-composition.c  | 2 +-
 xfburn/xfburn-directory-browser.c | 2 +-
 xfburn/xfburn-fs-browser.c        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/xfburn/xfburn-audio-composition.c b/xfburn/xfburn-audio-composition.c
index 77dee39..86472e9 100644
--- a/xfburn/xfburn-audio-composition.c
+++ b/xfburn/xfburn-audio-composition.c
@@ -336,7 +336,7 @@ xfburn_audio_composition_init (XfburnAudioComposition * composition)
 
   gtk_icon_size_lookup (GTK_ICON_SIZE_SMALL_TOOLBAR, &x, &y);
   if (!icon_directory)
-    icon_directory = gtk_icon_theme_load_icon (icon_theme, "gnome-fs-directory", x, 0, NULL);
+    icon_directory = gtk_icon_theme_load_icon (icon_theme, "folder", x, 0, NULL);
   if (!icon_file)
     icon_file = gtk_icon_theme_load_icon (icon_theme, "gnome-fs-regular", x, 0, NULL);
 
diff --git a/xfburn/xfburn-data-composition.c b/xfburn/xfburn-data-composition.c
index a62f58e..efae9a7 100644
--- a/xfburn/xfburn-data-composition.c
+++ b/xfburn/xfburn-data-composition.c
@@ -309,7 +309,7 @@ xfburn_data_composition_init (XfburnDataComposition * composition)
 
   gtk_icon_size_lookup (GTK_ICON_SIZE_SMALL_TOOLBAR, &x, &y);
   if (!icon_directory)
-    icon_directory = gtk_icon_theme_load_icon (icon_theme, "gnome-fs-directory", x, 0, NULL);
+    icon_directory = gtk_icon_theme_load_icon (icon_theme, "folder", x, 0, NULL);
   if (!icon_file)
     icon_file = gtk_icon_theme_load_icon (icon_theme, "gnome-fs-regular", x, 0, NULL);
 
diff --git a/xfburn/xfburn-directory-browser.c b/xfburn/xfburn-directory-browser.c
index af6ba8c..5870c93 100644
--- a/xfburn/xfburn-directory-browser.c
+++ b/xfburn/xfburn-directory-browser.c
@@ -251,7 +251,7 @@ xfburn_directory_browser_load_path (XfburnDirectoryBrowser * browser, const gcha
   icon_theme = gtk_icon_theme_get_for_screen (screen);
 
   gtk_icon_size_lookup (GTK_ICON_SIZE_SMALL_TOOLBAR, &x, &y);
-  icon_directory = gtk_icon_theme_load_icon (icon_theme, "gnome-fs-directory", x, 0, NULL);
+  icon_directory = gtk_icon_theme_load_icon (icon_theme, "folder", x, 0, NULL);
   icon_file = gtk_icon_theme_load_icon (icon_theme, "gnome-fs-regular", x, 0, NULL);
 
   show_hidden = xfburn_settings_get_boolean ("show-hidden-files", FALSE);
diff --git a/xfburn/xfburn-fs-browser.c b/xfburn/xfburn-fs-browser.c
index 550033c..fdcd97d 100644
--- a/xfburn/xfburn-fs-browser.c
+++ b/xfburn/xfburn-fs-browser.c
@@ -148,7 +148,7 @@ load_directory_in_browser (XfburnFsBrowser * browser, const gchar * path, GtkTre
 
   screen = gtk_widget_get_screen (GTK_WIDGET (browser));
   icon_theme = gtk_icon_theme_get_for_screen (screen);
-  icon = gtk_icon_theme_load_icon (icon_theme, "gnome-fs-directory", x, 0, NULL);
+  icon = gtk_icon_theme_load_icon (icon_theme, "folder", x, 0, NULL);
 
   show_hidden = xfburn_settings_get_boolean ("show-hidden-files", FALSE);
 

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


More information about the Xfce4-commits mailing list