mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 06:32:34 +02:00
2022-03-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdclilogedit(1) that caused startup to fail if an X11 display context was not available. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
1c653b8b84
commit
427a964e6b
@ -22964,3 +22964,6 @@
|
||||
2022-03-25 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdairplay(1) that caused currently playing
|
||||
log items to disappear when loading a new log.
|
||||
2022-03-25 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdclilogedit(1) that caused startup to fail if
|
||||
an X11 display context was not available.
|
||||
|
@ -178,7 +178,7 @@ void MainObject::SendNotification(RDNotification::Action action,
|
||||
|
||||
int main(int argc,char *argv[])
|
||||
{
|
||||
QApplication a(argc,argv,false);
|
||||
QCoreApplication a(argc,argv);
|
||||
new MainObject();
|
||||
return a.exec();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user