From 68ace006c2443c5f4f263bcdb949ad4685a42081 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 8 Apr 2018 01:43:38 +0200 Subject: set icon names instead stock ids in some places --- src/caja-location-entry.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/caja-location-entry.c') diff --git a/src/caja-location-entry.c b/src/caja-location-entry.c index 4f7af4eb..fef9902c 100644 --- a/src/caja-location-entry.c +++ b/src/caja-location-entry.c @@ -414,13 +414,13 @@ caja_location_entry_set_secondary_action (CajaLocationEntry *entry, { case CAJA_LOCATION_ENTRY_ACTION_CLEAR: gtk_entry_set_icon_from_icon_name (GTK_ENTRY (entry), - GTK_ENTRY_ICON_SECONDARY, - "gtk-clear"); + GTK_ENTRY_ICON_SECONDARY, + "edit-clear"); break; case CAJA_LOCATION_ENTRY_ACTION_GOTO: gtk_entry_set_icon_from_icon_name (GTK_ENTRY (entry), - GTK_ENTRY_ICON_SECONDARY, - "forward"); + GTK_ENTRY_ICON_SECONDARY, + "forward"); break; default: g_assert_not_reached (); -- cgit v1.2.1