From 34e6bddde8f16cc6f9e077b2bfa4e294bc92a835 Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Tue, 3 Jan 2012 16:29:32 +0000 Subject: [PATCH] Add File Browser path entry tooltip --- plugins/filebrowser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/filebrowser.c b/plugins/filebrowser.c index 0f543ddb72..52aa716fa9 100644 --- a/plugins/filebrowser.c +++ b/plugins/filebrowser.c @@ -280,6 +280,7 @@ static void refresh(void) utf8_dir = utils_get_utf8_from_locale(current_dir); gtk_entry_set_text(GTK_ENTRY(path_entry), utf8_dir); + gtk_widget_set_tooltip_text(path_entry, utf8_dir); ui_combo_box_add_to_history(GTK_COMBO_BOX_ENTRY(path_combo), utf8_dir, 0); g_free(utf8_dir);