Comment 1 for bug 1336715

Revision history for this message
Antti Kaijanmäki (kaijanmaki) wrote : Re: switch-items in indicators sometimes get out of sync

Picture of the problem:

GAction states on dbus were like this:

         string "airplane.enabled"
         struct {
            boolean true
            signature ""
            array [
               variant boolean true
            ]
         }
      )

         string "wifi.enable"
         struct {
            boolean true
            signature ""
            array [
               variant boolean false
            ]
         }
      )

And the indicator is showing exactly the opposite.