jkunstle / rpms / vim

Forked from rpms/vim 3 years ago
Clone

Blame SOURCES/7.4.252

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