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

« back to all changes in this revision

Viewing changes to src/plotpresent.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:
716
716
                        break;
717
717
 
718
718
                default:
719
 
                        assert( 0 );
 
719
                        g_assert( 0 );
720
720
                }
721
721
 
722
722
                gtk_plot_data_set_x( GTK_PLOT_DATA( data ), plot->xcolumn[i] );