2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-pixbuf-cache.c (copy_job_to_job_info):
Set points_set to TRUE so that selections don't disappear after a
zoom change.
svn path=/trunk/; revision=2489
+2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
+
+ Set points_set to TRUE so that selections don't disappear after a
+ zoom change.
+
2007-06-07 Michael Monreal <infernux@web.de>
* data/icons/16x16/actions/Makefile.am:
job_info->selection_region = gdk_region_copy (job_render->selection_region);
job_info->selection = g_object_ref (job_render->selection);
g_assert (job_info->selection_points.x1 >= 0);
+ job_info->points_set = TRUE;
}
if (job_info->job) {