After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692749 - NetworkMenu: defer calling syncSectionTitle until after pushing the device
NetworkMenu: defer calling syncSectionTitle until after pushing the device
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: network-indicator
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-01-28 23:24 UTC by Giovanni Campagna
Modified: 2013-01-29 14:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
NetworkMenu: defer calling syncSectionTitle until after pushing the device (1.13 KB, patch)
2013-01-28 23:24 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2013-01-28 23:24:33 UTC
syncSectionTitle looks at device list for the section, to understand if
the section should be visible or not, so obviously it needs to see the
new device.

I wonder when this broke.
Comment 1 Giovanni Campagna 2013-01-28 23:24:36 UTC
Created attachment 234679 [details] [review]
NetworkMenu: defer calling syncSectionTitle until after pushing the device
Comment 2 Jasper St. Pierre (not reading bugmail) 2013-01-29 11:44:05 UTC
Review of attachment 234679 [details] [review]:

ok
Comment 3 Giovanni Campagna 2013-01-29 14:29:23 UTC
Attachment 234679 [details] pushed as b3f29b4 - NetworkMenu: defer calling syncSectionTitle until after pushing the device