diff --git a/ChangeLog b/ChangeLog index b66f443e..21cffcba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-02-28 Joaquin Cuenca Abela + + * widgets/gtkdialog.xml: comment out "response-id" as a ChildProperty + to retain compatibility with glade-2. We should reput "response-id" + as a ChildProperty if that gets indeed accepted as a child-property + in gtk+ itself. + * widgets/gtkbutton.xml: add a "response-id" property to each button, + to keep backwards compatibility with glade-2. + 2004-02-28 Joaquin Cuenca Abela * src/glade-editor.c: restrict child-properties to widgets for which diff --git a/widgets/gtkbutton.xml b/widgets/gtkbutton.xml index b65af2f2..8dd3fcd2 100644 --- a/widgets/gtkbutton.xml +++ b/widgets/gtkbutton.xml @@ -13,8 +13,16 @@ - glade_gtk_button_set_stock + glade_gtk_button_set_stock + + + Integer + The response ID of this button in a dialog (it's NOT useful if this button is not in a GtkDialog) + ignore + ignore + + diff --git a/widgets/gtkdialog.xml b/widgets/gtkdialog.xml index 58388b86..b30109a2 100644 --- a/widgets/gtkdialog.xml +++ b/widgets/gtkdialog.xml @@ -18,6 +18,9 @@ +