~ubuntu-branches/ubuntu/vivid/liferea/vivid-proposed

« back to all changes in this revision

Viewing changes to src/ui/enclosure_list_view.c

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2011-04-07 12:29:22 UTC
  • mfrom: (102.2.6 natty)
  • Revision ID: package-import@ubuntu.com-20110407122922-sm0rx39ecbdgaw0o
Rebuild against latest libunity (soname bump)

Show diffs side-by-side

added added

removed removed

Lines of Context:
473
473
                iter = g_slist_next (iter);
474
474
        }
475
475
        
476
 
        if (found) {
 
476
        if (found)
477
477
                enclosure_save_as_file (etp, enclosure->url, NULL);
478
 
        } else {
479
 
                if (enclosure->mime)
480
 
                        ui_enclosure_type_setup (NULL, enclosure, enclosure->mime);
481
 
                else
482
 
                        ui_enclosure_type_setup (NULL, enclosure, typestr);
483
 
        }
 
478
        else
 
479
                ui_enclosure_type_setup (NULL, enclosure, typestr);
484
480
                
485
481
        g_free (typestr);
486
482
}