~ubuntu-branches/ubuntu/saucy/folks/saucy

« back to all changes in this revision

Viewing changes to backends/libsocialweb/sw-backend.vala

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2012-03-30 20:03:30 UTC
  • mfrom: (32.1.2 precise)
  • Revision ID: package-import@ubuntu.com-20120330200330-l61hwayt5vjz1zcf
Tags: 0.6.8-2
* d/p/0001-tpf-persona-use-tp_connection_get_account.patch
  + Added, fixes crash when accounts are disconnecting/connecting
* Target unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
   */
96
96
  public override async void prepare () throws GLib.Error
97
97
    {
98
 
      Internal.profiling_start ("preparing Sw.Backend");
99
 
 
100
98
      lock (this._is_prepared)
101
99
        {
102
100
          if (!this._is_prepared && !this._prepare_pending)
125
123
                });
126
124
            }
127
125
        }
128
 
 
129
 
      Internal.profiling_end ("preparing Sw.Backend");
130
126
    }
131
127
 
132
128
  /**