ges-launch: Not being able to load an asset is an error

This commit is contained in:
Thibault Saunier 2014-03-26 11:45:07 +01:00
parent 0e9c74bcb1
commit fe69b92455

View file

@ -130,6 +130,7 @@ error_loading_asset_cb (GESProject * project, GError * error,
const gchar * failed_id, GType extractable_type)
{
g_printerr ("Error loading asset %s: %s\n", failed_id, error->message);
seenerrors = TRUE;
g_main_loop_quit (mainloop);
}