GNOME Bugzilla – Bug 793295
Show a spinner in GdMainIconBoxChild to reflect GdMainBoxItem::pulse
Last modified: 2018-02-12 09:54:02 UTC
I forgot that I hadn't added a GtkSpinner to GdMainIconBoxChild when I wrote it because there were no applications with which to test. But now it's necessary for marking a collection as busy while adding content to it from a removable device (bug 751212).
Created attachment 368141 [details] [review] main-icon-box-child: Show a spinner to reflect GdMainBoxItem::pulse
Created attachment 368250 [details] [review] main-icon-box-child: Shuffle some code around Splitting up the patch a bit to make it more obvious.
Created attachment 368251 [details] [review] main-icon-box-child: Show a spinner to reflect GdMainBoxItem::pulse
I pushed these to master to make the 3.27.90 release, but please do let me know if something is wrong or isn't ideal. Sorry for yet another last minute code dump.