Mercurial > pidgin
changeset 12793:339c7dda758d
[gaim-migrate @ 15140]
Part of SF Patch #1400162 from Sadrul
"gtk_label_set_mnemonic_widget is available
in all gtk+ 2.x. I forgot to remove the def-checks when
I changed from gtk_widget_add_mnemonic_label."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 09 Jan 2006 15:23:42 +0000 |
parents | 33cb3206af90 |
children | 4e3dde2b2641 |
files | src/gtkrequest.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkrequest.c Mon Jan 09 08:49:05 2006 +0000 +++ b/src/gtkrequest.c Mon Jan 09 15:23:42 2006 +0000 @@ -1677,10 +1677,8 @@ else continue; -#if GTK_CHECK_VERSION(2,4,0) if (label) gtk_label_set_mnemonic_widget(GTK_LABEL(label), widget); -#endif if (type == GAIM_REQUEST_FIELD_STRING && gaim_request_field_string_is_multiline(field))