svn path=/trunk/; revision=18013
This commit is contained in:
Matthias Clasen 2007-06-03 04:56:00 +00:00
parent aed870d031
commit 5962480827
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-06-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkradiobutton.c:
* gtk/gtkradiomenuitem.c: Fix doc typos.
2007-06-03 Matthias Clasen <mclasen@redhat.com>
* configure.in: Allow to disable Xinerama. (#348065, Diego Pettenò)

View File

@ -100,7 +100,7 @@ gtk_radio_button_class_init (GtkRadioButtonClass *class)
* Emitted when the group of radio buttons that a radio button belongs
* to changes. This is emitted when a radio button switches from
* being alone to being part of a group of 2 or more buttons, or
* vice-versa, and when a buttton is moved from one group of 2 or
* vice-versa, and when a button is moved from one group of 2 or
* more buttons to a different one, but not when the composition
* of the group that a button belongs to changes.
*

View File

@ -355,7 +355,7 @@ gtk_radio_menu_item_class_init (GtkRadioMenuItemClass *klass)
* Emitted when the group of radio menu items that a radio menu item belongs
* to changes. This is emitted when a radio menu item switches from
* being alone to being part of a group of 2 or more menu items, or
* vice-versa, and when a buttton is moved from one group of 2 or
* vice-versa, and when a button is moved from one group of 2 or
* more menu items ton a different one, but not when the composition
* of the group that a menu item belongs to changes.
*