Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
hexchat
Commits
348c6ba9
Commit
348c6ba9
authored
Nov 11, 2012
by
Berke Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rebranding
parent
4c1f2b93
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
plugins/perl/perl.c
plugins/perl/perl.c
+1
-1
plugins/python/python.c
plugins/python/python.c
+1
-1
src/common/text.c
src/common/text.c
+2
-2
src/fe-gtk/chanlist.c
src/fe-gtk/chanlist.c
+1
-1
src/fe-gtk/gtkutil.c
src/fe-gtk/gtkutil.c
+1
-1
src/fe-gtk/maingui.c
src/fe-gtk/maingui.c
+3
-3
No files found.
plugins/perl/perl.c
View file @
348c6ba9
...
...
@@ -1350,7 +1350,7 @@ perl_init (void)
char
*
perl_args
[]
=
{
""
,
"-e"
,
"0"
,
"-w"
};
char
*
env
[]
=
{
""
};
static
const
char
xchat_definitions
[]
=
{
/* Redefine the $SIG{__WARN__} handler to have
X
Chat
/* Redefine the $SIG{__WARN__} handler to have
Hex
Chat
printing warnings in the main window. (TheHobbit) */
#include "xchat.pm.h"
};
...
...
plugins/python/python.c
View file @
348c6ba9
...
...
@@ -537,7 +537,7 @@ Callback_Print(char *word[], void *userdata)
/* Cut off the message identifier. */
word
+=
1
;
/*
X
Chat doesn't provide a word_eol for print events, so we
/*
Hex
Chat doesn't provide a word_eol for print events, so we
* build our own here. */
while
(
word
[
listsize
]
&&
word
[
listsize
][
0
])
listsize
++
;
...
...
src/common/text.c
View file @
348c6ba9
...
...
@@ -1609,7 +1609,7 @@ pevent_make_pntevts ()
if
(
pevt_build_string
(
pntevts_text
[
i
],
&
(
pntevts
[
i
]),
&
m
)
!=
0
)
{
fprintf
(
stderr
,
"
X
Chat CRITICAL *** default event text failed to build!
\n
"
);
"
Hex
Chat CRITICAL *** default event text failed to build!
\n
"
);
abort
();
}
}
...
...
@@ -1847,7 +1847,7 @@ format_event (session *sess, int index, char **args, char *o, int sizeofo, unsig
if
(
a
>
numargs
)
{
fprintf
(
stderr
,
"
X
Chat DEBUG: display_event: arg > numargs (%d %d %s)
\n
"
,
"
Hex
Chat DEBUG: display_event: arg > numargs (%d %d %s)
\n
"
,
a
,
numargs
,
i
);
break
;
}
...
...
src/fe-gtk/chanlist.c
View file @
348c6ba9
...
...
@@ -499,7 +499,7 @@ chanlist_filereq_done (server *serv, char *file)
if
(
fh
==
-
1
)
return
;
snprintf
(
buf
,
sizeof
buf
,
"
X
Chat Channel List: %s - %s
\n
"
,
snprintf
(
buf
,
sizeof
buf
,
"
Hex
Chat Channel List: %s - %s
\n
"
,
serv
->
servername
,
ctime
(
&
t
));
write
(
fh
,
buf
,
strlen
(
buf
));
...
...
src/fe-gtk/gtkutil.c
View file @
348c6ba9
...
...
@@ -652,7 +652,7 @@ gtkutil_window_new (char *title, char *role, int width, int height, int flags)
win
=
gtk_window_new
(
GTK_WINDOW_TOPLEVEL
);
gtkutil_set_icon
(
win
);
#ifdef WIN32
gtk_window_set_wmclass
(
GTK_WINDOW
(
win
),
"
X
Chat"
,
"xchat"
);
gtk_window_set_wmclass
(
GTK_WINDOW
(
win
),
"
Hex
Chat"
,
"
he
xchat"
);
#endif
gtk_window_set_title
(
GTK_WINDOW
(
win
),
title
);
gtk_window_set_default_size
(
GTK_WINDOW
(
win
),
width
,
height
);
...
...
src/fe-gtk/maingui.c
View file @
348c6ba9
...
...
@@ -2996,10 +2996,10 @@ mg_create_topwindow (session *sess)
GtkWidget
*
table
;
if
(
sess
->
type
==
SESS_DIALOG
)
win
=
gtkutil_window_new
(
"
X
Chat"
,
NULL
,
win
=
gtkutil_window_new
(
"
Hex
Chat"
,
NULL
,
prefs
.
hex_gui_dialog_width
,
prefs
.
hex_gui_dialog_height
,
0
);
else
win
=
gtkutil_window_new
(
"
X
Chat"
,
NULL
,
win
=
gtkutil_window_new
(
"
Hex
Chat"
,
NULL
,
prefs
.
hex_gui_win_width
,
prefs
.
hex_gui_win_height
,
0
);
sess
->
gui
->
window
=
win
;
...
...
@@ -3097,7 +3097,7 @@ mg_create_tabwindow (session *sess)
GtkWidget
*
win
;
GtkWidget
*
table
;
win
=
gtkutil_window_new
(
"
X
Chat"
,
NULL
,
prefs
.
hex_gui_win_width
,
win
=
gtkutil_window_new
(
"
Hex
Chat"
,
NULL
,
prefs
.
hex_gui_win_width
,
prefs
.
hex_gui_win_height
,
0
);
sess
->
gui
->
window
=
win
;
gtk_window_move
(
GTK_WINDOW
(
win
),
prefs
.
hex_gui_win_left
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment