~ubuntu-branches/ubuntu/vivid/nip2/vivid-proposed

« back to all changes in this revision

Viewing changes to src/rowview.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2009-05-12 09:26:46 UTC
  • mfrom: (1.2.11 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090512092646-j8lb1w2x69pvgma4
Tags: 7.18.1-1ubuntu1
* Merge from debian unstable (LP: #375435), remaining changes:
  - debian/control: Also Recommend abrowser

Show diffs side-by-side

added added

removed removed

Lines of Context:
547
547
{
548
548
        Rowview *rowview = ROWVIEW( parent );
549
549
 
550
 
        assert( IS_RHSVIEW( child ) );
551
 
        assert( !rowview->rhsview );
 
550
        g_assert( IS_RHSVIEW( child ) );
 
551
        g_assert( !rowview->rhsview );
552
552
 
553
553
        rowview->rhsview = RHSVIEW( child );
554
554
 
627
627
}
628
628
 
629
629
static void
630
 
rowview_tooltip_generate( GtkWidget *widget, BufInfo *buf, Rowview *rview )
 
630
rowview_tooltip_generate( GtkWidget *widget, VipsBuf *buf, Rowview *rview )
631
631
{
632
632
        Row *row = ROW( VOBJECT( rview )->iobject );
633
633
 
634
634
        iobject_info( IOBJECT( row ), buf );
635
 
        buf_removec( buf, '\n' );
 
635
        vips_buf_removec( buf, '\n' );
636
636
}
637
637
 
638
638
static void