~noskcaj/ubuntu/vivid/gthumb/flickr-https

« back to all changes in this revision

Viewing changes to extensions/comments/gth-comment.c

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-04-08 06:31:09 UTC
  • mfrom: (1.3.20)
  • Revision ID: package-import@ubuntu.com-20140408063109-tk845map8ji6uxvd
Tags: 3:3.3.1.is.3.2.7-0ubuntu1
* Revert to newest upstream stable release. LP: #1290691
  - Refresh patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
702
702
                        g_file_make_directory (comment_directory, NULL, NULL);
703
703
 
704
704
                buffer = gth_comment_to_data (comment, &size);
705
 
                _g_file_write (comment_file,
706
 
                               FALSE,
707
 
                               G_FILE_CREATE_NONE,
708
 
                               buffer,
709
 
                               size,
710
 
                               NULL,
711
 
                               NULL);
712
 
 
 
705
                if (_g_file_write (comment_file,
 
706
                                   FALSE,
 
707
                                   G_FILE_CREATE_NONE,
 
708
                                   buffer,
 
709
                                   size,
 
710
                                   NULL,
 
711
                                   NULL))
713
712
                {
714
713
                        GFile *parent;
715
714
                        GList *list;