Do not call gtk_main_quit() twice
This commit is contained in:
parent
762f860df2
commit
73f7f90bf7
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user