/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to commit.py

  • Committer: Curtis Hovey
  • Date: 2012-03-04 02:11:32 UTC
  • mfrom: (781 trunk)
  • mto: This revision was merged to the branch mainline in revision 782.
  • Revision ID: sinzui.is@verizon.net-20120304021132-wstcxm2g9rv115dq
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
            self._check_local.hide()
289
289
            return
290
290
        if have_dbus:
291
 
            bus = dbus.SystemBus()
 
291
            try:
 
292
                bus = dbus.SystemBus()
 
293
            except dbus.DBusException:
 
294
                trace.mutter("DBus system bus not available")
 
295
                self._check_local.show()
 
296
                return
292
297
            try:
293
298
                proxy_obj = bus.get_object('org.freedesktop.NetworkManager',
294
299
                                           '/org/freedesktop/NetworkManager')