зеркало из https://github.com/electron/electron.git
fix: gtk_init() called 2x in AtomBrowserMainParts (#19986)
Fixes #19984.
This commit is contained in:
Родитель
538c4763cf
Коммит
217ed9aabc
|
@ -460,10 +460,6 @@ void AtomBrowserMainParts::PreMainMessageLoopRun() {
|
|||
if (command_line->HasSwitch(switches::kRemoteDebuggingPort))
|
||||
DevToolsManagerDelegate::StartHttpHandler();
|
||||
|
||||
#if defined(USE_X11)
|
||||
libgtkui::GtkInitFromCommandLine(*base::CommandLine::ForCurrentProcess());
|
||||
#endif
|
||||
|
||||
#if !defined(OS_MACOSX)
|
||||
// The corresponding call in macOS is in AtomApplicationDelegate.
|
||||
Browser::Get()->WillFinishLaunching();
|
||||
|
|
Загрузка…
Ссылка в новой задаче