steve donovan:

This gtk_file_chooser_set_filename() line should be replaced with:

if (savePath.IsUntitled()) { // saving 'untitled'
    gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER(dlg),
           savePath.Directory().AsInternal());
} else {
   gtk_file_chooser_set_filename(GTK_FILE_CHOOSER(dlg), savePath.AsInternal());
}

  OK, committed.

  Neil
_______________________________________________
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to