~ubuntu-branches/ubuntu/karmic/gnucash/karmic

« back to all changes in this revision

Viewing changes to src/engine/gnc-budget.c

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-04-30 15:27:10 UTC
  • mfrom: (1.2.7 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070430152710-t8mb62uqd4zpw9q2
Tags: 2.0.5-1ubuntu1
* Merge with Debian Unstable, Ubuntu changes:
  - Build-Depends on libgoffice-0-dev instead of libgoffice-1-dev.
* debian/control: Adhere to DebianMaintainerField.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    guint  num_periods;
47
47
};
48
48
 
49
 
static inline void commit_err (QofInstance *inst, QofBackendError errcode)
 
49
static void commit_err (QofInstance *inst, QofBackendError errcode)
50
50
{
51
51
  PERR ("Failed to commit: %d", errcode);
52
52
}
72
72
    g_free(budget);
73
73
}
74
74
 
75
 
static inline void noop (QofInstance *inst) {}
 
75
static void noop (QofInstance *inst) {}
76
76
 
77
77
static void
78
78
gnc_budget_begin_edit(GncBudget *bgt)