diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-08-16 05:43:50 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-16 05:43:50 +0000 |
commit | e4e4aca0fc55a08df00360150ca17e2021fd78c0 (patch) | |
tree | 56b1dd5d55a9620242c3e6b2287e8cb8ffa77130 /gtk/gtkbutton.c | |
parent | 44dc0b8acf2491bcb26621082fab8350021ad86c (diff) | |
download | gtk+-e4e4aca0fc55a08df00360150ca17e2021fd78c0.tar.gz |
Fix #150125:
Mon Aug 16 01:35:25 2004 Matthias Clasen <maclas@gmx.de>
Fix #150125:
* gtk/gtkcombobox.[hc]: Add a ::focus-on-click property and
change the default behaviour to focus on click.
* gtk/gtkbutton.c (gtk_button_set_focus_on_click): Typo fix.
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r-- | gtk/gtkbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index e255f0ef3c..d2ed601250 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -1420,7 +1420,7 @@ gtk_button_get_use_stock (GtkButton *button) /** * gtk_button_set_focus_on_click: * @button: a #GtkButton - * @focus_on_click: whether the mouse grabs focus when clicked with the mouse + * @focus_on_click: whether the button grabs focus when clicked with the mouse * * Sets whether the button will grab focus when it is clicked with the mouse. * Making mouse clicks not grab focus is useful in places like toolbars where |