]> 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:20:20 +0000 (09:20 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sat, 9 Jun 2007 09:20:20 +0000 (09:20 +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=/branches/gnome-2-18/; revision=2491

ChangeLog
shell/ev-pixbuf-cache.c

index d5e46c8983946d858527bd6e4391b6b6e20f342e..2d4aaabc24f558174ce338a7da8dc20c363baa0b 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-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * shell/ev-window.c: (ev_window_add_history):
index dbabf1cd639625c841f8b529e26ad101e560c814..285cae4e2cb366a7eab5f62e26e485b4b6dd45c9 100644 (file)
@@ -449,6 +449,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) {