~ubuntu-branches/ubuntu/maverick/nautilus-actions/maverick

« back to all changes in this revision

Viewing changes to libnautilus-actions/nautilus-actions-config-schema-reader.c

  • Committer: Bazaar Package Importer
  • Author(s): Christine Spang
  • Date: 2007-08-06 22:04:07 UTC
  • mfrom: (1.1.3 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20070806220407-1iorexl6z43v2sjf
Tags: 1.4.1-1
New upstream bugfix and translation update release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
407
407
                        }
408
408
                        if (!is_multiple_ok)
409
409
                        {
410
 
                                g_string_append_printf (missing_keys , "%s%s", ACTION_SCHEMES_ENTRY, list_separator);
 
410
                                g_string_append_printf (missing_keys , "%s%s", ACTION_MULTIPLE_ENTRY, list_separator);
411
411
                        }
412
412
                        if (!is_isdir_ok)
413
413
                        {