Make gtk_menu_shell_select_first() public. (#70374)

Mon Sep 23 17:50:23 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkmenushell.[ch] gtk/gtkentry.c gtk/gtkmenubar.c
        gtk/gtkmenuitem.c gtk/gtktextview.c: Make
        gtk_menu_shell_select_first() public. (#70374)
This commit is contained in:
Owen Taylor
2002-09-23 21:53:20 +00:00
committed by Owen Taylor
parent a16b63eb35
commit 4d7d94f633
5 changed files with 9 additions and 9 deletions

View File

@ -3950,7 +3950,7 @@ popup_targets_received (GtkClipboard *clipboard,
gtk_menu_popup (GTK_MENU (entry->popup_menu), NULL, NULL,
popup_position_func, entry,
info->button, info->time);
_gtk_menu_shell_select_first (GTK_MENU_SHELL (entry->popup_menu), FALSE);
gtk_menu_shell_select_first (GTK_MENU_SHELL (entry->popup_menu), FALSE);
}
}