Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270177
Collapse All | Expand All

(-)gtkspell-2.0.15/gtkspell/gtkspell.c (-2 / +1 lines)
Lines 387-396 Link Here
387
			if (inside_more_submenu) gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi);
387
			if (inside_more_submenu) gtk_menu_shell_append(GTK_MENU_SHELL(menu), mi);
388
			else gtk_menu_shell_insert(GTK_MENU_SHELL(menu), mi, menu_position++);
388
			else gtk_menu_shell_insert(GTK_MENU_SHELL(menu), mi, menu_position++);
389
		}
389
		}
390
		enchant_dict_free_string_list(spell->speller, suggestions);
390
	}
391
	}
391
392
392
	enchant_dict_free_suggestions(spell->speller, suggestions);
393
394
	/* + Add to Dictionary */
393
	/* + Add to Dictionary */
395
	label = g_strdup_printf(_("Add \"%s\" to Dictionary"), word);
394
	label = g_strdup_printf(_("Add \"%s\" to Dictionary"), word);
396
	mi = gtk_image_menu_item_new_with_label(label);
395
	mi = gtk_image_menu_item_new_with_label(label);

Return to bug 270177