~ubuntu-branches/ubuntu/quantal/gnome-documents/quantal

« back to all changes in this revision

Viewing changes to src/lib/gd-sidebar-thumbnails.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-06-29 13:16:35 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120629131635-tkocc51xk4c37a39
Tags: 0.5.3-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump minimum GTK
  - Build-depend on libzapojit-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
739
739
                                                     (GDestroyNotify)g_free,
740
740
                                                     (GDestroyNotify)g_object_unref);
741
741
 
 
742
        gtk_icon_view_set_columns (GTK_ICON_VIEW (self), priv->n_pages);
 
743
 
742
744
        gd_sidebar_thumbnails_clear_model (self);
743
745
        gd_sidebar_thumbnails_fill_model (self);
744
746
        gtk_widget_queue_resize (GTK_WIDGET (self));