X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fui_pathsel.c;h=23c153b70fdac3ea76343d76caaf61c1d39dbff0;hp=f0bc582fced56a9e27765b3c4f4ced791e9cb289;hb=db38d12f83128e9890ce2d2c7acc5ad62062bc7e;hpb=e436ea53511e1dadab981af18b237fee83fde39b diff --git a/src/ui_pathsel.c b/src/ui_pathsel.c index f0bc582f..23c153b7 100644 --- a/src/ui_pathsel.c +++ b/src/ui_pathsel.c @@ -291,7 +291,7 @@ static void dest_change_dir(Dest_Data *dd, const gchar *path, gboolean retain_na new_directory = g_path_get_dirname(full_path); else new_directory = g_strdup(full_path); - + gtk_entry_set_text(GTK_ENTRY(dd->entry), full_path); dest_populate(dd, new_directory);