~ubuntu-branches/ubuntu/trusty/gnumeric/trusty

« back to all changes in this revision

Viewing changes to src/dialogs/dialog-analysis-tools.c

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2011-05-02 10:16:08 UTC
  • mfrom: (2.1.28 sid)
  • Revision ID: james.westby@ubuntu.com-20110502101608-5m2ohvyqiph54pmd
Tags: 1.10.14-1ubuntu1
* Merge from debian unstable. Remaining changes:
  - debian/control: Promote gnumeric-doc to Recommends in package gnumeric
    so that help gets installed automatically.
  - debian/rules: run intltool-update in po{,-functions}/

Show diffs side-by-side

added added

removed removed

Lines of Context:
3283
3283
        data->percentage = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (w));
3284
3284
        w = go_gtk_builder_get_widget (state->base.gui, "cum-button");
3285
3285
        data->cumulative = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (w));
 
3286
        w = go_gtk_builder_get_widget (state->base.gui, "only-num-button");
 
3287
        data->only_numbers = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (w));
3286
3288
 
3287
3289
        if (!cmd_analysis_tool (WORKBOOK_CONTROL (state->base.wbcg), state->base.sheet,
3288
3290
                                dao, data, analysis_tool_histogram_engine, TRUE))