bviktor wrote:They are auto-copied upon selection, not upon posting. There is a patch for disabling it (in the bug tracker), or you can use xchat-wdk for this.
If you have any questions, you can post them here and I will try my best to help.
bviktor wrote:There is a patch for disabling it (in the bug tracker), or you can use xchat-wdk for this.
patching file fe-gtk.c
Hunk #1 FAILED at 819.
1 out of 1 hunk FAILED -- saving rejects to file fe-gtk.c.rej
patching file menu.c
Hunk #1 succeeded at 1190 (offset -2 lines).
Hunk #2 succeeded at 1599 (offset -2 lines).
Hunk #3 succeeded at 1629 (offset -2 lines).
Hunk #4 succeeded at 1647 (offset -2 lines).
Hunk #5 succeeded at 1657 (offset -2 lines).
patching file xtext.c
Hunk #1 succeeded at 2075 (offset -7 lines).
Hunk #2 succeeded at 2097 with fuzz 1 (offset -12 lines).
patching file xtext.h
==> ERROR: A failure occurred in build().--- fe-gtk.c 2010-11-21 14:39:08.083234000 -0700
+++ fe-gtk.c 2010-11-21 20:49:09.338234000 -0700
@@ -819,7 +819,7 @@
{
case 0: /* window status */
#if GTK_CHECK_VERSION(2,20,0)
- if (!gtk_widget_get_visible (GTK_WINDOW (sess->gui->window)))
+ if (!gtk_widget_get_visible (sess->gui->window))
#else
if (!GTK_WIDGET_VISIBLE (GTK_WINDOW (sess->gui->window)))
#endif--- xchat-2.8.8/src/fe-gtk/fe-gtk.c 2010-11-21 14:39:08.083234000 -0700
+++ xchat-2.8.8/src/fe-gtk/fe-gtk.c 2010-11-21 20:49:09.338234000 -0700
@@ -819,7 +819,7 @@ fe_gui_info (session *sess, int info_typ
{
case 0: /* window status */
#if GTK_CHECK_VERSION(2,20,0)
- if (!gtk_widget_get_visible (GTK_WINDOW (sess->gui->window)))
+ if (!gtk_widget_get_visible (sess->gui->window))
#else
if (!GTK_WIDGET_VISIBLE (GTK_WINDOW (sess->gui->window)))
#endif
bviktor wrote:available on Linux (as HexChat) along with the mentioned options.
Users browsing this forum: No registered users and 4 guests