GNOME Bugzilla – Bug 743669
Composer lingers when previously selected conversation is removed
Last modified: 2015-02-04 02:25:58 UTC
Although bug #743064 is fixed, a bug remains (or was introduced by the fix): * Select a conversation * Open a new message (new inline composer) * Remove the conversation in another client * Discard (close) the composer * Exit Geary After discarding the composer, these warnings appear on the console: (geary:12132): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -192 and height 17 (geary:12132): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -11 and height 102 (geary:12132): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -192 and height 17 Then, when exiting Geary, a dialog appears asking if you want to discard the draft (which is gone by now).
I just discovered this as well, which may well be related or a duplicate: bug #743670
My candidate patch for bug #743670 also fixes this problem.
The fix for bug #743670 solved this as well.