~ubuntu-branches/ubuntu/gutsy/gnumeric/gutsy-201105201701

« back to all changes in this revision

Viewing changes to src/gnumeric-canvas.c

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2007-03-08 16:16:45 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070308161645-uotkhmwywh7dkur4
Tags: 1.7.8-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#include <gdk/gdkkeysyms.h>
41
41
#include <goffice/utils/go-glib-extras.h>
42
42
#include <goffice/utils/go-format.h>
 
43
#include <goffice/utils/go-locale.h>
43
44
#include <string.h>
44
45
 
45
46
#define SCROLL_LOCK_MASK GDK_MOD5_MASK
686
687
                return;
687
688
 
688
689
        if (gcanvas->insert_decimal) {
689
 
                GString const *s = go_format_get_decimal ();
 
690
                GString const *s = go_locale_get_decimal ();
690
691
                str = s->str;
691
692
                length = s->len;
692
693
        } else
1100
1101
                : INT_MAX;
1101
1102
 
1102
1103
#if 0
1103
 
        fprintf (stderr, "%s%s:", col_name (min_col), row_name (first_row));
1104
 
        fprintf (stderr, "%s%s\n", col_name (max_col), row_name (last_row));
 
1104
        g_printerr ("%s%s:", col_name (min_col), row_name (first_row));
 
1105
        g_printerr ("%s%s\n", col_name (max_col), row_name (last_row));
1105
1106
#endif
1106
1107
 
1107
1108
        if (sheet->text_is_rtl)  {