~ubuntu-branches/ubuntu/natty/gedit/natty

« back to all changes in this revision

Viewing changes to gedit/gedit-gio-document-loader.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-21 15:14:19 UTC
  • mfrom: (1.1.80 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621151419-j79nqokj12vpw9u3
Tags: 2.30.3-0ubuntu1
* New upstream version
  - Misc bugfixes
  - Handle empty input gracefully (lp: #586848)
  - Translations update

Show diffs side-by-side

added added

removed removed

Lines of Context:
392
392
                loader->auto_detected_encoding =
393
393
                        gedit_smart_charset_converter_get_guessed (gvloader->priv->converter);
394
394
 
395
 
                loader->auto_detected_encoding = gedit_smart_charset_converter_get_guessed (gvloader->priv->converter);
396
395
                loader->auto_detected_newline_type =
397
396
                        gedit_document_output_stream_detect_newline_type (GEDIT_DOCUMENT_OUTPUT_STREAM (gvloader->priv->output));
398
397