~didrocks/ubuntuone-client/use_result_var

« back to all changes in this revision

Viewing changes to libsyncdaemon/syncdaemon-status-interface.c

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2010-09-15 22:17:37 UTC
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20100915221737-l0sy32v8vh0c9coj
Tags: upstream-1.4.1
ImportĀ upstreamĀ versionĀ 1.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
        /* Only call DBus method if we haven't got the status yet */
295
295
        if (interface->priv->current_status == NULL) {
296
296
                GHashTable *hash;
297
 
                GError *error;
 
297
                GError *error = NULL;
298
298
 
299
299
                if (dbus_g_proxy_call (DBUS_G_PROXY (interface->priv->proxy), "current_status", &error,
300
300
                                       G_TYPE_INVALID,