[gedit] spell: use a separator menuitem



commit 9c86b14471640231383defbdc07d3747691634fa
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Feb 7 20:15:12 2012 +0100

    spell: use a separator menuitem

 plugins/spell/gedit-automatic-spell-checker.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/spell/gedit-automatic-spell-checker.c b/plugins/spell/gedit-automatic-spell-checker.c
index ded50f3..a15688e 100644
--- a/plugins/spell/gedit-automatic-spell-checker.c
+++ b/plugins/spell/gedit-automatic-spell-checker.c
@@ -544,7 +544,7 @@ populate_popup (GtkTextView *textview, GtkMenu *menu, GeditAutomaticSpellChecker
 		return; /* word wasn't misspelled. */
 
 	/* menu separator comes first. */
-	mi = gtk_menu_item_new ();
+	mi = gtk_separator_menu_item_new ();
 	gtk_widget_show (mi);
 	gtk_menu_shell_prepend (GTK_MENU_SHELL (menu), mi);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]