Comment 7 for bug 1971973

Revision history for this message
Sebastien Bacher (seb128) wrote :

About the TODO, in fact the upstream code is

  EditorApplication *self = (EditorApplication *)app;
  .
  .
  .
  g_assert (EDITOR_IS_APPLICATION (self));
  g_assert (G_IS_APPLICATION_COMMAND_LINE (command_line));

the g_assert are for debugging and disabled at thee package build by using G_DISABLE_ASSERT so I think that can be considered as a false positive