Fill in our display filter after we open a file.

svn path=/trunk/; revision=43785
This commit is contained in:
Gerald Combs 2012-07-18 15:29:13 +00:00
parent 1f37a8cf14
commit e1bf3c011e
1 changed files with 1 additions and 0 deletions

View File

@ -663,6 +663,7 @@ file_open_cmd(GtkWidget *w _U_)
if any; we can write over cf_name, which is a good thing, given that
"get_dirname()" does write over its argument. */
set_last_open_dir(get_dirname(file_name->str));
gtk_entry_set_text(GTK_ENTRY(main_display_filter_widget), display_filter->str);
}
g_string_free(file_name, TRUE);
g_string_free(display_filter, TRUE);