~ubuntu-branches/ubuntu/natty/gnome-dvb-daemon/natty

« back to all changes in this revision

Viewing changes to src/ChannelListWriter.vala

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-11 10:51:09 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100411105109-o84nb6bf7slexyq9
Tags: 0.1.16-2
* debian/patches/01_vala-0.8.0.patch:
  + Fix build with Vala 0.8.0, patches from upstream
    bzr (revisions 931, 932, 933) (Closes: #577293).

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
        }
90
90
        
91
91
        public bool close () throws Error {
 
92
            if (this.stream == null) return true;
92
93
            return this.stream.close (null);
93
94
        } 
94
95