forked from AuroraMiddleware/gtk
Fix PROP_HAS_FOCUS/ PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
Tue Apr 22 15:12:19 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/ PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
This commit is contained in:
parent
b533fc3ae5
commit
a4d70c594e
@ -463,7 +463,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
||||
FALSE,
|
||||
G_PARAM_READWRITE));
|
||||
g_object_class_install_property (gobject_class,
|
||||
PROP_HAS_FOCUS,
|
||||
PROP_IS_FOCUS,
|
||||
g_param_spec_boolean ("is_focus",
|
||||
_("Is focus"),
|
||||
_("Whether the widget is the focus widget within the toplevel"),
|
||||
|
Loading…
Reference in New Issue
Block a user