ECalClient: Remove set_proxy_gone_error().
authorMatthew Barnes <mbarnes@redhat.com>
Sat, 9 Feb 2013 21:52:33 +0000 (16:52 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Sat, 9 Feb 2013 22:01:35 +0000 (17:01 -0500)
commit3321085b1b637a57ace4ff7e9cab43418bae5f79
tree9929044dcc9f47dcdbc72c9a4a27de9fd72a329d
parentfbc6bd303f4d5cf2ec3d82dcf91d54659cd3f209
ECalClient: Remove set_proxy_gone_error().

ECalClient now keeps its GDBusProxy alive until dispose(), regardless
of what happens on the server side.  So we don't need to check whether
the GDBusProxy is still present in every method call anymore.  If the
bus name vanishes, let subsequent GDBusProxy calls fail on their own.
calendar/libecal/e-cal-client.c