[Xfce4-commits] [apps/mousepad] 01/01: Fix gravity of selection end mark (Bug #10986)

noreply at xfce.org noreply at xfce.org
Mon Apr 29 21:45:55 CEST 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/mousepad.

commit 44e798c432058d76c943e05acee08dd2afec6f3b
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date:   Fri Apr 26 22:24:04 2019 +0200

    Fix gravity of selection end mark (Bug #10986)
---
 mousepad/mousepad-util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mousepad/mousepad-util.c b/mousepad/mousepad-util.c
index 9aeafae..1910902 100644
--- a/mousepad/mousepad-util.c
+++ b/mousepad/mousepad-util.c
@@ -925,7 +925,7 @@ mousepad_util_search (GtkTextBuffer       *buffer,
   /* store the initial iters in marks */
   mark_start = gtk_text_buffer_create_mark (buffer, NULL, &start, TRUE);
   mark_iter  = gtk_text_buffer_create_mark (buffer, NULL, &iter, TRUE);
-  mark_end   = gtk_text_buffer_create_mark (buffer, NULL, &end, TRUE);
+  mark_end   = gtk_text_buffer_create_mark (buffer, NULL, &end, FALSE);
 
   /* some to make the code easier to read */
   search_backwards = ((flags & MOUSEPAD_SEARCH_FLAGS_DIR_BACKWARD) != 0);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list