Blame SOURCES/7.4.252

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.252
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.252
22c937
Problem:    Critical error in GTK, removing timer twice.
22c937
Solution:   Clear the timer after removing it. (James McCoy)
22c937
Files:	    src/gui_gtk_x11.c
22c937
22c937
22c937
*** ../vim-7.4.251/src/gui_gtk_x11.c	2013-06-30 17:42:13.000000000 +0200
22c937
--- src/gui_gtk_x11.c	2014-04-06 21:04:57.595359981 +0200
22c937
***************
22c937
*** 732,738 ****
22c937
--- 732,741 ----
22c937
  gui_mch_start_blink(void)
22c937
  {
22c937
      if (blink_timer)
22c937
+     {
22c937
  	gtk_timeout_remove(blink_timer);
22c937
+ 	blink_timer = 0;
22c937
+     }
22c937
      /* Only switch blinking on if none of the times is zero */
22c937
      if (blink_waittime && blink_ontime && blink_offtime && gui.in_focus)
22c937
      {
22c937
*** ../vim-7.4.251/src/version.c	2014-04-06 20:45:40.127357453 +0200
22c937
--- src/version.c	2014-04-06 21:06:25.543360173 +0200
22c937
***************
22c937
*** 736,737 ****
22c937
--- 736,739 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     252,
22c937
  /**/
22c937
22c937
-- 
22c937
Everyone has a photographic memory. Some don't have film.
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///