~ubuntu-branches/ubuntu/karmic/gbrainy/karmic

« back to all changes in this revision

Viewing changes to src/PuzzleGames/PuzzleBalance.cs

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals, Siegfried-Angel Gevatter Pujals, Mirco Bauer
  • Date: 2009-06-15 00:11:47 UTC
  • mfrom: (9.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090615001147-bw27frzb154mb9e9
Tags: 1.11-1
[ Siegfried-Angel Gevatter Pujals ]
* New upstream release:
   - Updated translations: it, nl, pt_BR, sk, es, eu, en_GB; new: cs.
   - Fullscreen mode support.
   - 3 bug fixes.

[ Mirco Bauer ]
* debian/control:
  + Fixed libgnome2.24-cil build dependency by adding a missing comma
    (wondering how dpkg could ever parse this).

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 
76
76
        public void DrawBalance (CairoContextEx gr, double x, double y, int index, bool full)
77
77
        {
78
 
                double width = 0.5;
 
78
                const double width = 0.5;
79
79
                double fig_x = x + 0.1, fig_y = y - 0.11;
80
80
                int total = (full == true) ? (elements * 2) : elements; 
81
81