More TODOs.

This commit is contained in:
Pietro Gagliardi 2016-06-17 09:24:15 -04:00
parent ae14542c9a
commit fca6edd5a2
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ static gboolean quit(gpointer data)
{
if (iteration == stepsIteration)
stepsQuit = TRUE;
// TODO run a gtk_main() here just to do the cleanup steps of syncing the clipboard and other stuff gtk_main() does before it returns
else
gtk_main_quit();
return FALSE;