[Xfce4-commits] <thunar:master> Change icon-name in preferences-dialog to be in accordance with the freedesktop.org icon naming specification
Simon Steinbeiss
noreply at xfce.org
Wed May 9 20:04:01 CEST 2012
Updating branch refs/heads/master
to ad986b3d86c07001c398381afca52201ba5a561a (commit)
from 014dc8f3bddc4602ca2f813652209f36cebada53 (commit)
commit ad986b3d86c07001c398381afca52201ba5a561a
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed May 9 20:03:16 2012 +0200
Change icon-name in preferences-dialog to be in accordance with the freedesktop.org icon naming specification
thunar/thunar-preferences-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/thunar/thunar-preferences-dialog.c b/thunar/thunar-preferences-dialog.c
index c5df299..a6d10c7 100644
--- a/thunar/thunar-preferences-dialog.c
+++ b/thunar/thunar-preferences-dialog.c
@@ -187,7 +187,7 @@ thunar_preferences_dialog_init (ThunarPreferencesDialog *dialog)
/* configure the dialog properties */
gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
- gtk_window_set_icon_name (GTK_WINDOW (dialog), "xfce-filemanager");
+ gtk_window_set_icon_name (GTK_WINDOW (dialog), "system-file-manager");
gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE);
gtk_window_set_title (GTK_WINDOW (dialog), _("File Manager Preferences"));
More information about the Xfce4-commits
mailing list