General property notification cleanup.

This commit is contained in:
Matthias Clasen
2002-01-28 18:52:49 +00:00
parent 929c8ed53e
commit e2b730ac43
33 changed files with 203 additions and 71 deletions

View File

@ -393,6 +393,8 @@ gtk_message_dialog_add_buttons (GtkMessageDialog* message_dialog,
g_warning ("Unknown GtkButtonsType");
break;
}
g_object_notify (G_OBJECT (message_dialog), "buttons");
}
static void