comparison 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
comparison
equal deleted inserted replaced
21651:9107bb853c49 21652:eb2d5ba2a50d
9 Added: 9 Added:
10 * pidgin_create_dialog to create a window that closes on escape. Also 10 * pidgin_create_dialog to create a window that closes on escape. Also
11 added utility functions pidgin_dialog_get_vbox_with_properties, 11 added utility functions pidgin_dialog_get_vbox_with_properties,
12 pidgin_dialog_get_vbox, pidgin_dialog_get_action_area to access the 12 pidgin_dialog_get_vbox, pidgin_dialog_get_action_area to access the
13 contents in the created dialog. (Peter 'fmoo' Ruibal) 13 contents in the created dialog. (Peter 'fmoo' Ruibal)
14 * pidgin_dialog_add_button to add buttons to a dialog created by
15 pidgin_create_dialog.
14 * GTK_IMHTML_NO_SMILEY for GtkIMHtmlOptions means not to look for 16 * GTK_IMHTML_NO_SMILEY for GtkIMHtmlOptions means not to look for
15 smileys in the text. (Florian 'goutnet' Delizy) 17 smileys in the text. (Florian 'goutnet' Delizy)
16 18
17 version 2.3.0 (11/24/2007): 19 version 2.3.0 (11/24/2007):
18 libpurple: 20 libpurple: