GNOME Bugzilla – Bug 729334
[review] dcbw/fixes: misc fixes for applet startup
Last modified: 2014-05-06 19:14:31 UTC
Fix --shell-debug not creating a secret agent. Fix hanging on startup when initializing ModemManager takes a while.
Both commits look good to me. Just wondering, that changing applet->mm1_running (in mm1_name_owner_changed_cb()) does not raise any event/notification... is that correct?
It actually doesn't need to raise any notification because the applet menu is not dynamic at all, instead it's ccompletely rebuilt every time the applet is clicked. So nothing really cares about the signal changing; if the value changes to TRUE then the next time the menu is shown the Modem devices will appear in the menu.
the get_device_class_from_connection() change in the second patch doesn't seem to go with any of the things mentioned in the commit message?
(In reply to comment #3) > the get_device_class_from_connection() change in the second patch doesn't seem > to go with any of the things mentioned in the commit message? You're right, removed that hunk. How about now?
yes, looks good other than that
Merged to master.