~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to monikers/bonobo-stream-cache.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                        pos = SC_TAG_POS (stream->priv->cache [i].tag);
77
77
                        
78
78
                        Bonobo_Stream_seek (stream->priv->cs, pos,
79
 
                                            Bonobo_Stream_SEEK_SET, ev);
 
79
                                            Bonobo_Stream_SeekSet, ev);
80
80
                        if (BONOBO_EX (ev))
81
81
                                continue;
82
82
 
104
104
        if (BONOBO_EX (ev))
105
105
                return;
106
106
 
107
 
        Bonobo_Stream_seek (stream->priv->cs, pos, Bonobo_Stream_SEEK_SET, ev);
 
107
        Bonobo_Stream_seek (stream->priv->cs, pos, Bonobo_Stream_SeekSet, ev);
108
108
        if (BONOBO_EX (ev))
109
109
                return;
110
110