Do not call gtk_main_quit() twice

This commit is contained in:
Pierre Pronchery 2016-03-06 07:48:56 +01:00
parent 762f860df2
commit 73f7f90bf7

View File

@ -548,8 +548,6 @@ static gboolean _view_on_closex(gpointer data)
View * view = data;
_view_delete(view);
if(_view_cnt == 0)
gtk_main_quit();
return FALSE;
}