public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/gtkspell/files: gtkspell-2.0.15-fix-null-list.patch
@ 2009-05-26  4:40 Serkan Kaba (serkan)
  0 siblings, 0 replies; 2+ messages in thread
From: Serkan Kaba (serkan) @ 2009-05-26  4:40 UTC (permalink / raw
  To: gentoo-commits

serkan      09/05/26 04:40:29

  Added:                gtkspell-2.0.15-fix-null-list.patch
  Log:
  Revbump to fix critical error. Closes bug #270177
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-text/gtkspell/files/gtkspell-2.0.15-fix-null-list.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/files/gtkspell-2.0.15-fix-null-list.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gtkspell/files/gtkspell-2.0.15-fix-null-list.patch?rev=1.1&content-type=text/plain

Index: gtkspell-2.0.15-fix-null-list.patch
===================================================================
diff -Nur gtkspell-2.0.15/gtkspell/gtkspell.c gtkspell-2.0.15_patched/gtkspell/gtkspell.c
--- gtkspell-2.0.15/gtkspell/gtkspell.c	2008-12-01 10:38:40.000000000 +0200
+++ gtkspell-2.0.15_patched/gtkspell/gtkspell.c	2009-05-17 14:50:09.000000000 +0300
@@ -387,10 +387,9 @@
 			if (inside_more_submenu) gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi);
 			else gtk_menu_shell_insert(GTK_MENU_SHELL(menu), mi, menu_position++);
 		}
+		enchant_dict_free_string_list(spell->speller, suggestions);
 	}
 
-	enchant_dict_free_suggestions(spell->speller, suggestions);
-
 	/* + Add to Dictionary */
 	label = g_strdup_printf(_("Add \"%s\" to Dictionary"), word);
 	mi = gtk_image_menu_item_new_with_label(label);






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/gtkspell/files: gtkspell-2.0.15-fix-null-list.patch
@ 2010-12-17 23:11 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2010-12-17 23:11 UTC (permalink / raw
  To: gentoo-commits

eva         10/12/17 23:11:42

  Removed:              gtkspell-2.0.15-fix-null-list.patch
  Log:
  Clean up old revisions.
  
  (Portage version: 2.2.0_alpha9/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-17 23:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-17 23:11 [gentoo-commits] gentoo-x86 commit in app-text/gtkspell/files: gtkspell-2.0.15-fix-null-list.patch Gilles Dartiguelongue (eva)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-26  4:40 Serkan Kaba (serkan)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox