~josernestodavila/ubuntu/natty/gnumeric/gnumeric-fix-725292

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-06-22 13:37:20 UTC
  • mfrom: (1.1.20 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090622133720-rtdazsiz2lx5q8l7
Tags: 1.9.9-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Promoted gnumeric-doc to Recommends in gnumeric package for help to be
    installed automatically
  - gnumeric-gtk is a transitional package
  - gnumeric conflicts with gnumeric-gtk << 1.8.3-3ubuntu1
  - call initltool-update in po*
  - remove psiconv support (psiconv is in universe):
    o debian/control: remove B-D on libpsiconv-dev
    o debian/rules: don't pass --with-psiconv to ./configure
    o debian/gnumeric-plugins-extra.install: don't install the psiconv
      plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <gnumeric.h>
29
29
#include "dialogs.h"
30
30
#include "analysis-tools.h"
 
31
#include "analysis-anova.h"
31
32
#include "analysis-histogram.h"
32
33
#include "analysis-exp-smoothing.h"
33
34
 
896
897
                              0))
897
898
                return 0;
898
899
 
899
 
        gnm_dao_set_put (GNM_DAO (state->gdao), FALSE, FALSE);
 
900
        gnm_dao_set_put (GNM_DAO (state->gdao), TRUE, TRUE);
900
901
        tool_update_sensitivity_cb (NULL, state);
901
902
        tool_load_selection ((GenericToolState *)state, TRUE);
902
903
 
3604
3605
        gnumeric_editable_enters (GTK_WINDOW (state->base.dialog),
3605
3606
                                  GTK_WIDGET (state->replication_entry));
3606
3607
 
3607
 
        gnm_dao_set_put (GNM_DAO (state->base.gdao), FALSE, FALSE);
 
3608
        gnm_dao_set_put (GNM_DAO (state->base.gdao), TRUE, TRUE);
3608
3609
        anova_two_factor_tool_update_sensitivity_cb (NULL, state);
3609
3610
        tool_load_selection ((GenericToolState *)state, FALSE);
3610
3611