GNOME Bugzilla – Bug 702536
network: Don't hide the VPN icon
Last modified: 2013-09-12 21:33:55 UTC
This is a regression from e6c239d0f3318984815049abb621f6b0cb3dc85e, where we removed the calls to hide()/show() when we had a VPN device vs. not. Having a null icon-name is enough to make it invisible. This fixes the VPN icon being invisible forever.
Created attachment 247099 [details] [review] network: Don't hide the VPN icon
Created attachment 247142 [details] Gap in status icons (In reply to comment #0) > Having a null icon-name is enough to make it invisible. Except that it will still take up space, see screenshot.
Review of attachment 247099 [details] [review]: See Florian's comment.
Created attachment 247539 [details] [review] network: Fix visibility of the VPN icon This is a regression from e6c239d0f3318984815049abb621f6b0cb3dc85e, where we removed the calls to hide()/show() when we had a VPN device vs. not.
Created attachment 247680 [details] Double-vision network icon Still not right, see screenshot.
Created attachment 248167 [details] [review] network: Fix visibility of the VPN icon This is a regression from e6c239d0f3318984815049abb621f6b0cb3dc85e, where we removed the calls to hide()/show() when we had a VPN device vs. not.
Created attachment 248168 [details] [review] network: Prioritize active / default connections over activating ones
Review of attachment 248167 [details] [review]: OK
Review of attachment 248168 [details] [review]: OK
Attachment 248167 [details] pushed as 621810c - network: Fix visibility of the VPN icon Attachment 248168 [details] pushed as 4d34abe - network: Prioritize active / default connections over activating ones
Is this also the cause of the breakage in gnome-3-8? https://bugzilla.redhat.com/show_bug.cgi?id=980467
No, this fixes a regression that was introduced during the 3.10 cycle.