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

« back to all changes in this revision

Viewing changes to src/dialogs/dialog-stf-format-page.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:
615
615
                                        data->format.index);
616
616
                go_format_unref (sf);
617
617
 
618
 
                sf = go_format_new_from_XL (fmt, FALSE);
 
618
                sf = go_format_new_from_XL (fmt);
619
619
                gtk_label_set_text (GTK_LABEL (w), 
620
620
                                    go_format_sel_format_classification (sf));
621
621
                g_ptr_array_index (data->format.formats, data->format.index) =
645
645
        /* If necessary add new items (non-visual) */
646
646
        while ((int)data->format.formats->len < data->format.renderdata->colcount)
647
647
                g_ptr_array_add (data->format.formats,
648
 
                        go_format_new_from_XL (go_format_builtins[0][0], FALSE));
 
648
                        go_format_new_from_XL (go_format_builtins[0][0]));
649
649
 
650
650
        data->format.manual_change = TRUE;
651
651
        activate_column (data, 0);