diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-27 15:32:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-07-27 15:32:21 +0000 |
commit | 7344b58d22b3b84f17d69af7a307d6a55854b69b (patch) | |
tree | 0b36433aad19ce8fb24f157885c50942d37bf151 /irc/xchat/files | |
parent | 81b6c855ff50678a9ad0955a9350036218be3438 (diff) | |
download | ports-7344b58d22b3b84f17d69af7a307d6a55854b69b.tar.gz ports-7344b58d22b3b84f17d69af7a307d6a55854b69b.zip |
Update to 2.6.6. See http://xchat.org/changelog.txt for a list of changes.
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.c | 14 |
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\""; - |