~siretart/gnucash/ubuntu-fullsource

« back to all changes in this revision

Viewing changes to src/gnome/dialog-price-editor.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:
230
230
  if (response == GTK_RESPONSE_OK) {
231
231
    error_str = gui_to_price (pedit_dialog);
232
232
    if (error_str) {
233
 
      gnc_warning_dialog (pedit_dialog->dialog, error_str);
 
233
      gnc_warning_dialog (pedit_dialog->dialog, "%s", error_str);
234
234
      return;
235
235
    }
236
236