/[pspp]/psppire/src/data_sheet.c
ViewVC logotype

Diff of /psppire/src/data_sheet.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by jmd, Sun Nov 20 12:26:14 2005 UTC revision 1.22 by jmd, Wed Nov 23 12:39:37 2005 UTC
# Line 295  update_variable(GObject *obj, gint colum Line 295  update_variable(GObject *obj, gint colum
295    GtkSheet *sheet = GTK_SHEET(data);    GtkSheet *sheet = GTK_SHEET(data);
296    PSPP_Dict *dict = PSPP_DICT(obj);    PSPP_Dict *dict = PSPP_DICT(obj);
297    
298      /*
299    g_assert ( column < gtk_sheet_get_columns_count(sheet));    g_assert ( column < gtk_sheet_get_columns_count(sheet));
300      */
301    
302    return update_column(sheet, column, dict);    return update_column(sheet, column, dict);
303  }  }
# Line 479  value_format_func(gint row, gint col, co Line 481  value_format_func(gint row, gint col, co
481    s[fp->w] = '\0';    s[fp->w] = '\0';
482    
483    case_destroy(&mycase);    case_destroy(&mycase);
484    return s;  
485      /* FIXME: Check for errors in this conversion.
486       *    Is the current locale the correct one to use anyway?
487       */
488      return g_locale_to_utf8(s, fp->w, 0, 0, 0);
489    
490   lossage:   lossage:
491    case_destroy(&mycase);    case_destroy(&mycase);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26