Skip to content
  • Jim Nelson's avatar
    Fixed a bug where a month event page was triggering an assertion when accessed... · 864a83fc
    Jim Nelson authored
    Fixed a bug where a month event page was triggering an assertion when accessed immediately after it was created 
    by an import.  This was due to Gtk.Notebook.show_all() not being called after the page was added to the notebook 
    (which is a no-no).  This fixes it, and hopefully ensures it's always called when a page is added.
    
    864a83fc