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 708442 - Missing network strength on dialog
Missing network strength on dialog
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: network-indicator
3.9.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-09-20 09:05 UTC by Ignacio Casal Quinteiro (nacho)
Modified: 2013-09-26 17:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of network selector (39.15 KB, image/png)
2013-09-20 17:33 UTC, Florian Müllner
  Details
network: Make sure to set the signal icon at dialog item construction time (1.39 KB, patch)
2013-09-20 17:43 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Ignacio Casal Quinteiro (nacho) 2013-09-20 09:05:55 UTC
If you open the dialog to select a network, the network strength does not appear like it did in the previous version of the shell.
Comment 1 Matthias Clasen 2013-09-20 17:30:17 UTC
it does here
Comment 2 Matthias Clasen 2013-09-20 17:30:32 UTC
do you have a screenshot ?
Comment 3 Florian Müllner 2013-09-20 17:33:35 UTC
Created attachment 255428 [details]
Screenshot of network selector

I can partially reproduce, screenshot attached.
Comment 4 Jasper St. Pierre (not reading bugmail) 2013-09-20 17:43:42 UTC
Created attachment 255431 [details] [review]
network: Make sure to set the signal icon at dialog item construction time

We forgot to set it here; it would be updated if there was changes in the
signal, but not when it was created.
Comment 5 drago01 2013-09-21 07:21:41 UTC
Review of attachment 255431 [details] [review]:

LG.
Comment 6 Jasper St. Pierre (not reading bugmail) 2013-09-26 17:38:45 UTC
Attachment 255431 [details] pushed as fb561f1 - network: Make sure to set the signal icon at dialog item construction time