summaryrefslogtreecommitdiff
path: root/src/fr-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-window.c')
-rw-r--r--src/fr-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-window.c b/src/fr-window.c
index dd68dca..3c71431 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -5776,7 +5776,7 @@ fr_window_construct (FrWindow *window)
gtk_entry_set_icon_from_icon_name (GTK_ENTRY (window->priv->location_entry),
GTK_ENTRY_ICON_PRIMARY,
"folder");
- gtk_label_set_mnemonic_widget (window->priv->location_label,
+ gtk_label_set_mnemonic_widget (GTK_LABEL (window->priv->location_label),
window->priv->location_entry);
gtk_box_pack_start (GTK_BOX (location_box),