More TODOs.
This commit is contained in:
parent
ae14542c9a
commit
fca6edd5a2
|
@ -69,6 +69,7 @@ static gboolean quit(gpointer data)
|
||||||
{
|
{
|
||||||
if (iteration == stepsIteration)
|
if (iteration == stepsIteration)
|
||||||
stepsQuit = TRUE;
|
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
|
else
|
||||||
gtk_main_quit();
|
gtk_main_quit();
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in New Issue