~ubuntu-branches/ubuntu/utopic/graphmonkey/utopic

« back to all changes in this revision

Viewing changes to operation.cs

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-03-14 19:01:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060314190156-wl38x6pa1zpg7k5w
Tags: 1.5-2ubuntu1
* Sync with Debian:
  + Use gtk#2 instead of gtk#1
  + Set the package to Architecture all, there's no reason to be any

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
* 21/08/2004 - 19:29
3
3
*
4
 
* GraphMonkey - graphic calculator for mono
 
4
* GraphMonkey - mono based graphing calculator
5
5
* Copyright (C) 2004 Bellabes Lounis
6
6
* nolius@users.sourceforge.net
7
7
*
68
68
                        position_moin = -1;
69
69
                }
70
70
                        
71
 
                // priorité au + et -
 
71
                // priorit� au + et -
72
72
                        
73
73
                // il y a d'abord un +
74
74
                if ( (position_plus!=-1 && position_moin==-1) || (position_plus!=-1 && position_moin!=-1 && position_plus>position_moin) ){