GNOME Bugzilla – Bug 659948
the "Other media..." dialog opens empty the second time
Last modified: 2012-03-05 14:04:48 UTC
Using GNOME 3.1.92: - open the removable media dialog - click on "other media..." - hit the "esc" key to close the dialog - click on "other media..." again The dialog display is small and empty
Created attachment 197380 [details] [review] media: handle dialog closing consistently The 'Other media' dialog is just hidden when the close button is clicked (so that it can be shown again), but when closing it with the Escape key, it gets destroyed and an attempt to bring it up again just shows a sad empty little square. https://bugzilla.gnome.org/show_bug.cgi?id=659940
Review of attachment 197380 [details] [review]: Looks good to me.
ping - can the patch go into master now that there is a gnome-3-2 branch?
As this problem has been fixed for 3.2.0, I will close this as fixed. The commit fixing this was http://git.gnome.org/browse/gnome-control-center/commit/panels/media/cc-media-panel.c?id=b374d64e6bfc39dc2f1699b4cb5bb9f4db86cdb9
Reopening, the commit pointed is a different issue, the bug is still there in 3.3.90, the patch should still be commited
Attachment 197380 [details] pushed as 20f242b - media: handle dialog closing consistently