Return the proper value in the callback for window destruction
This commit is contained in:
parent
8656868f63
commit
6c8484e478
|
@ -36,7 +36,7 @@ gboolean on_closex(gpointer data)
|
|||
PDFviewer * pdfviewer = data;
|
||||
|
||||
on_close(pdfviewer);
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user