summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/xchat/files/xchat-2.8.6-fix-button-underlines.patch')
-rw-r--r--net-irc/xchat/files/xchat-2.8.6-fix-button-underlines.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-irc/xchat/files/xchat-2.8.6-fix-button-underlines.patch b/net-irc/xchat/files/xchat-2.8.6-fix-button-underlines.patch
deleted file mode 100644
index 29f509324455..000000000000
--- a/net-irc/xchat/files/xchat-2.8.6-fix-button-underlines.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-# http://xchat.svn.sourceforge.net/viewvc/xchat/src/fe-gtk/gtkutil.c?r1=1138&r2=1362
-
---- xchat-2.8.6/src/fe-gtk/gtkutil.c
-+++ xchat-2.8.6/src/fe-gtk/gtkutil.c
-@@ -376,6 +376,7 @@ gtkutil_button (GtkWidget *box, char *st
- {
- 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);
- }