]> www.fi.muni.cz Git - evince.git/commitdiff
Set points_set to TRUE so that selections don't disappear after a zoom
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sat, 9 Jun 2007 09:10:28 +0000 (09:10 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sat, 9 Jun 2007 09:10:28 +0000 (09:10 +0000)
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

ChangeLog
shell/ev-pixbuf-cache.c

index b6eb20c49f86fb10f787b34c7291cc1ef37db064..8cfa38fa15be921c1f801b197d924b3ec4d7784f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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:
index ed782a32186b3b6112143cd49d52e830b88ed1cc..777e0147c508a9586b3e1417b3a52e451de5b9bd 100644 (file)
@@ -453,6 +453,7 @@ copy_job_to_job_info (EvJobRender   *job_render,
                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) {