summaryrefslogtreecommitdiff
path: root/src/nautilus-preferences-window.c
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2017-01-08 17:20:20 +0200
committerErnestas Kulik <ernestask@src.gnome.org>2017-01-09 20:32:38 +0200
commit028a0e9c399f2a2ac32f47bc5523f0ee7d692e08 (patch)
treef79baf8d42b680d72e2bdddf91e0c87b2617c583 /src/nautilus-preferences-window.c
parentd4b8bc7b41679b412ca4ee0282761a7136377c13 (diff)
downloadnautilus-028a0e9c399f2a2ac32f47bc5523f0ee7d692e08.tar.gz
general: use own icon instead of system-file-manager
Since adwaita-icon-theme no longer ships the system-file-manager icon, we must our own. 7a9eacc0afa53520eef12542c4d330bf66142200 was to include this change, as part of Flatpak integration. https://bugzilla.gnome.org/show_bug.cgi?id=777011
Diffstat (limited to 'src/nautilus-preferences-window.c')
-rw-r--r--src/nautilus-preferences-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-preferences-window.c b/src/nautilus-preferences-window.c
index 77cf27355..8c4f981c0 100644
--- a/src/nautilus-preferences-window.c
+++ b/src/nautilus-preferences-window.c
@@ -535,7 +535,7 @@ static void nautilus_preferences_window_setup(GtkBuilder *builder,
window = GTK_WIDGET (gtk_builder_get_object (builder, "preferences_window"));
preferences_window = window;
- gtk_window_set_icon_name (GTK_WINDOW (preferences_window), "system-file-manager");
+ gtk_window_set_icon_name (GTK_WINDOW (preferences_window), "org.gnome.Nautilus");
g_object_add_weak_pointer (G_OBJECT (window), (gpointer *) &preferences_window);