Kaydet (Commit) 34e6bddd authored tarafından Nick Treleaven's avatar Nick Treleaven

Add File Browser path entry tooltip

üst f0ca50cf
...@@ -280,6 +280,7 @@ static void refresh(void) ...@@ -280,6 +280,7 @@ static void refresh(void)
utf8_dir = utils_get_utf8_from_locale(current_dir); utf8_dir = utils_get_utf8_from_locale(current_dir);
gtk_entry_set_text(GTK_ENTRY(path_entry), utf8_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); ui_combo_box_add_to_history(GTK_COMBO_BOX_ENTRY(path_combo), utf8_dir, 0);
g_free(utf8_dir); g_free(utf8_dir);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment