GNOME Bugzilla – Bug 678428
mount-operation: fix exceptions when showing password entry
Last modified: 2012-06-20 14:08:09 UTC
See attached patch; this is probably also a bug in 3.4.
Created attachment 216767 [details] [review] mount-operation: fix exceptions when showing password entry This is a fallout from some changes in MessageTray.Source, which now requires either defining the iconName/iconType properties on it, or implementing createNotificationIcon, and we're not doing any of those. Fix it by storing the gicon of the source object and using a helper method to create the icon actor on demand, to avoid any case when the same actor might be added twice to different containers.
Review of attachment 216767 [details] [review]: I swore I tested this. Sure.
Attachment 216767 [details] pushed as 281b0a3 - mount-operation: fix exceptions when showing password entry