# HG changeset patch # User Richard Laager # Date 1136820222 0 # Node ID 339c7dda758db6a94d2c779a9fe77a577bf8d266 # Parent 33cb3206af90fab527fcdafdffbfb37bb680ba19 [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 diff -r 33cb3206af90 -r 339c7dda758d src/gtkrequest.c --- 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))