summaryrefslogtreecommitdiff
path: root/src/caja-location-entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-location-entry.c')
-rw-r--r--src/caja-location-entry.c8
1 files changed, 4 insertions, 4 deletions
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 ();