diff options
Diffstat (limited to 'src/ui.vala')
-rw-r--r-- | src/ui.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.vala b/src/ui.vala index 0a80789..362c53b 100644 --- a/src/ui.vala +++ b/src/ui.vala @@ -1610,7 +1610,7 @@ public class UserInterface : Gtk.ApplicationWindow page.scan_direction_changed.disconnect (page_scan_direction_changed_cb); /* If this is the last page add a new blank one */ - if (book.n_pages == 1) + if (book.n_pages == 0) add_default_page (); update_page_menu (); |