mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-15 23:21:14 +02:00
2021-08-16 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rmlsend(1) that caused it to attempt to open an X11 connection even when invoked in CLI mode. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -447,7 +447,7 @@ int main(int argc,char *argv[])
|
||||
}
|
||||
}
|
||||
if(cli_mode) {
|
||||
QApplication a(argc,argv,false);
|
||||
QCoreApplication a(argc,argv);
|
||||
new MainObject();
|
||||
return a.exec();
|
||||
}
|
||||
|
Reference in New Issue
Block a user