Here is the patch in the dpatch format and the 00list modified to
include the patch.
Tested and Working.
Best regards
#! /bin/sh /usr/share/dpatch/dpatch-run
## 50_fix_connect_button.dpatch by <de...@infernus.lan>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch'
'--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr'
xchat-2.8.6~/src/fe-gtk/gtkutil.c xchat-2.8.6/src/fe-gtk/gtkutil.c
--- xchat-2.8.6~/src/fe-gtk/gtkutil.c 2008-06-08 08:52:42.000000000 +0100
+++ xchat-2.8.6/src/fe-gtk/gtkutil.c 2010-03-22 22:03:28.000000000 +0000
@@ -376,6 +376,7 @@
{
gtk_button_set_label (GTK_BUTTON (wid), labeltext);
gtk_button_set_image (GTK_BUTTON (wid),
gtk_image_new_from_stock (stock, GTK_ICON_SIZE_MENU));
+ gtk_button_set_use_underline (GTK_BUTTON (wid), TRUE);
if (box)
gtk_container_add (GTK_CONTAINER (box), wid);
}
01_serverlist
10_fix_unchecked_mallocs
20_url_pattern
41_casecomp
43_french
44_open_url
45_save_ignore
46_CVE-2009-0315
47_galician
48_spanish
49_xc286-smallfixes
50_fix_connect_button.dpatch
99_gtype