mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-15 17:12:36 +02:00
Fixed conflict in 'ChangeLog'
This commit is contained in:
commit
1763d3455f
@ -19263,5 +19263,9 @@
|
||||
* Fixed a regression in rdimport(1) that caused null characters to
|
||||
be written to cart metadata fields when importing files containing
|
||||
an 'AIR1' RIFF chunk.
|
||||
2019-11-22 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in the cart selector dialog that caused
|
||||
default focus to be lost on the 'Filter' control after second
|
||||
and subsequent invocations.
|
||||
2019-11-26 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed 'Q3Socket' dependencies from 'RDCatchConnect'.
|
||||
|
@ -359,6 +359,7 @@ int RDCartDialog::exec(int *cartnum,RDCart::Type type,QString *svcname,
|
||||
}
|
||||
item=(RDListViewItem *)item->nextSibling();
|
||||
}
|
||||
cart_filter_edit->setFocus();
|
||||
return QDialog::exec();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user