~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic

« back to all changes in this revision

Viewing changes to plugins/ipod/rb-ipod-source.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-04-03 17:23:01 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20140403172301-1fd16h8r1nr8ytno
Tags: 3.0.2-0ubuntu1
* New upstream bugfix version (lp: #1296334)
* Clean patches included in the update
* debian/librhythmbox-core8.symbols:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1237
1237
        GList *it;
1238
1238
        RBiPodSourcePrivate *priv = IPOD_SOURCE_GET_PRIVATE (source);
1239
1239
 
1240
 
        GDK_THREADS_ENTER ();
1241
 
 
1242
1240
        db = get_db_for_source (source);
1243
1241
 
1244
1242
        g_assert (db != NULL);
1261
1259
 
1262
1260
        rb_transfer_target_transfer (RB_TRANSFER_TARGET (source), NULL, FALSE);
1263
1261
 
1264
 
        GDK_THREADS_LEAVE ();
1265
1262
        priv->load_idle_id = 0;
1266
1263
        return FALSE;
1267
1264
}