~ubuntu-branches/debian/stretch/libgnome/stretch

« back to all changes in this revision

Viewing changes to libgnome/gnome-config.c

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, Josselin Mouette, Luca Bruno
  • Date: 2009-04-28 12:57:02 UTC
  • mfrom: (1.2.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20090428125702-hvcsq02o58kxa9cu
Tags: 2.26.0-1
[ Josselin Mouette ]
* Add libglib2.0-doc to b-d-i to ensure proper xrefs.
* Move gvfs from recommends to depends. Closes: #519263.
* Stop mentioning GNOME 2.

[ Luca Bruno ]
* New upstream release.
* debian/control.in:
  - Bump intltool Build-Depend to 0.40.0.
  - Update to Standards-Version 3.8.1, no additional changes needed.
  - Fix debug package section.

Show diffs side-by-side

added added

removed removed

Lines of Context:
403
403
                                SecHeader->keys->value = decode_string_and_dup (CharBuffer);
404
404
                                state = c == '\n' ? KeyDef : IgnoreToEOL;
405
405
                                next = CharBuffer;
406
 
#ifdef GNOME_ENABLE_DEBUG
407
 
#endif
408
406
                        } else
409
407
                                *next++ = c;
410
408
                        break;