Skip to content

Commit

Permalink
Add File Browser path entry tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel committed Jan 3, 2012
1 parent f0ca50c commit 34e6bdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/filebrowser.c
Expand Up @@ -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);

Expand Down

0 comments on commit 34e6bdd

Please sign in to comment.