remember old path, modified DirSel so we do not get any .. anymore
[lttv.git] / ltt / branches / poly / lttv / modules / gui / main / src / gtkdirsel.c
index 651c5b22382b6042df5c9b2b47802afa1db5210c..e17ed4c800619cb9219879dcf65498fd72532102 100644 (file)
@@ -2159,6 +2159,7 @@ gtk_dir_selection_populate (GtkDirSelection *fs,
          g_free (escaped);
 
          gtk_label_set_text_with_mnemonic (GTK_LABEL (fs->selection_text), sel_text);
+         gtk_entry_set_text (GTK_ENTRY (fs->selection_entry), cmpl_reference_position (cmpl_state));
          g_free (sel_text);
        }
 
This page took 0.023882 seconds and 4 git commands to generate.