~paulbrianstewart/ubuntu/oneiric/gcompris/825448-Spelling-And-Grammar-Error

« back to all changes in this revision

Viewing changes to src/scalesboard-activity/scale.c

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2010-06-27 22:51:30 UTC
  • mfrom: (1.1.16 upstream) (5.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100627225130-mf7h4m5r8m7bd9fb
Tags: 9.3-1
* New upstream release.
* Drop GTK_DISABLE_DEPRECATED patch, useless for now.
* Provide RELEASE_NOTE_9.3.txt downloaded from sourceforge.
* New voice package for Asturian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
848
848
    struct weight_set *set4[] = { &weight1, &weight2, &weight4 };
849
849
    struct weight_set *set5[] = { &weight1, &weight4 };
850
850
    struct weight_set *set = &weight1;
851
 
    const int *list_weight;
 
851
    const int *list_weight = NULL;
852
852
    int i, tmp[6] = { 0 };
853
853
 
854
854
    group_m = goo_canvas_group_new(boardRootItem, NULL);