Mercurial > pidgin
diff ChangeLog.API @ 21652:eb2d5ba2a50d
Add a utility function pidgin_dialog_add_button to add buttons to a dialog
created by pidgin_create_dialog. This removes a lot of code duplication.
Anyone using this branch should keep an eye on the buttons on the dialogs to
make sure they are enabled/disabled/displayed/hidden/marinated correctly.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 27 Nov 2007 00:15:49 +0000 |
parents | 9107bb853c49 |
children | c88a3f2dbb52 |
line wrap: on
line diff
--- a/ChangeLog.API Mon Nov 26 10:23:41 2007 +0000 +++ b/ChangeLog.API Tue Nov 27 00:15:49 2007 +0000 @@ -11,6 +11,8 @@ added utility functions pidgin_dialog_get_vbox_with_properties, pidgin_dialog_get_vbox, pidgin_dialog_get_action_area to access the contents in the created dialog. (Peter 'fmoo' Ruibal) + * pidgin_dialog_add_button to add buttons to a dialog created by + pidgin_create_dialog. * GTK_IMHTML_NO_SMILEY for GtkIMHtmlOptions means not to look for smileys in the text. (Florian 'goutnet' Delizy)