~ubuntu-branches/ubuntu/precise/gtk+2.0/precise

« back to all changes in this revision

Viewing changes to gtk/gtkfilesystemmodel.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-09-01 12:14:05 UTC
  • mfrom: (72.1.19 experimental)
  • Revision ID: james.westby@ubuntu.com-20100901121405-fpnv3e90oyihtvsx
Tags: 2.21.7-1ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1778
1778
 
1779
1779
  id = node_get_for_file (model, file);
1780
1780
  if (id == 0)
1781
 
    add_file (model, file, info);
 
1781
    {
 
1782
      add_file (model, file, info);
 
1783
      id = node_get_for_file (model, file);
 
1784
    }
1782
1785
 
1783
1786
  node = get_node (model, id);
1784
1787