~ubuntu-dev/gnucash/ubuntu

« back to all changes in this revision

Viewing changes to src/gnome/dialog-fincalc.c

  • Committer: Reinhard Tartler
  • Date: 2008-08-03 07:38:54 UTC
  • mfrom: (2.1.2 debian)
  • Revision ID: siretart@tauware.de-20080803073854-23i4uqi1e73no4oz
mergeĀ fromĀ debian/unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
  {
395
395
    GtkWidget *entry;
396
396
 
397
 
    gnc_error_dialog(fcd->dialog, string);
 
397
    gnc_error_dialog(fcd->dialog, "%s", string);
398
398
    if (error_item == 0)
399
399
      entry = fcd->amounts[0];
400
400
    else