aboutsummaryrefslogtreecommitdiff
path: root/irc/xchat/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-07-27 15:32:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-07-27 15:32:21 +0000
commit7344b58d22b3b84f17d69af7a307d6a55854b69b (patch)
tree0b36433aad19ce8fb24f157885c50942d37bf151 /irc/xchat/files
parent81b6c855ff50678a9ad0955a9350036218be3438 (diff)
downloadports-7344b58d22b3b84f17d69af7a307d6a55854b69b.tar.gz
ports-7344b58d22b3b84f17d69af7a307d6a55854b69b.zip
Notes
Notes: svn path=/head/; revision=168890
Diffstat (limited to 'irc/xchat/files')
-rw-r--r--irc/xchat/files/patch-src_fe-gtk_fe-gtk.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/irc/xchat/files/patch-src_fe-gtk_fe-gtk.c b/irc/xchat/files/patch-src_fe-gtk_fe-gtk.c
deleted file mode 100644
index 9f81ae7a174b..000000000000
--- a/irc/xchat/files/patch-src_fe-gtk_fe-gtk.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/fe-gtk/fe-gtk.c 2006/06/07 06:16:51 1.66
-+++ src/fe-gtk/fe-gtk.c 2006/06/12 03:23:23 1.67
-@@ -225,7 +225,11 @@
- const char cursor_color_rc[] =
- "style \"xc-ib-st\""
- "{"
-+#ifdef USE_GTKSPELL
-+ "GtkTextView::cursor-color=\"#%02x%02x%02x\""
-+#else
- "GtkEntry::cursor-color=\"#%02x%02x%02x\""
-+#endif
- "}"
- "widget \"*.xchat-inputbox\" style : application \"xc-ib-st\"";
-