~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to gdk/quartz/gdkselection-quartz.c

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-12-01 11:40:06 UTC
  • mfrom: (1.14.11)
  • Revision ID: package-import@ubuntu.com-20111201114006-nrmf6qu3pg512veo
Tags: 2.24.8-0ubuntu1
* New upstream release 
  - gtkfilechooser should be more robust to malformed URIs
    in .gtk-bookmarks (LP: #189494)
* debian/patches/010_make_bg_changes_queue_repaint.patch
  - dropped it introduces performance regressions in some gtk2 
    apps (LP: #889019)
* 101_filechooser.patch, 000git_file_chooser.patch: dropped, upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
    }
180
180
 
181
181
  if (list)
182
 
    *list = g_new (gchar *, n_strings + 1);
 
182
    *list = g_new0 (gchar *, n_strings + 1);
183
183
 
184
 
  (*list)[n_strings] = NULL;
185
 
  
186
184
  i = n_strings;
187
185
  tmp_list = strings;
188
186
  while (tmp_list)