summaryrefslogtreecommitdiff
path: root/src/gui/gtk
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2003-11-16 19:40:36 +0000
committerSebastien Helleu <flashcode@flashtux.org>2003-11-16 19:40:36 +0000
commitd4ec2e46aafd0064b62f4bbc8b1bc23565881c0c (patch)
tree5b827b62e780c342111da241e04a8da6d9de07b7 /src/gui/gtk
parentfd9512bbbcc2857cd1a3a309d9883d199d60122b (diff)
downloadweechat-d4ec2e46aafd0064b62f4bbc8b1bc23565881c0c.zip
Perl plugin support
Diffstat (limited to 'src/gui/gtk')
-rw-r--r--src/gui/gtk/Makefile.am3
-rw-r--r--src/gui/gtk/gui-display.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/gtk/Makefile.am b/src/gui/gtk/Makefile.am
index 6a84f264a..36bae7ed3 100644
--- a/src/gui/gtk/Makefile.am
+++ b/src/gui/gtk/Makefile.am
@@ -21,7 +21,8 @@ INCLUDES = $(GTK_CFLAGS)
weechat_gtk_LDADD = ../../common/lib_weechat_main.a \
../../irc/lib_weechat_irc.a \
- $(GTK_LIBS) $(PLUGIN_LIBS)
+ $(GTK_LIBS) \
+ ../../plugins/lib_weechat_plugins.a $(PLUGINS_LIBS)
weechat_gtk_SOURCES = ../gui.h \
../gui-common.c \
diff --git a/src/gui/gtk/gui-display.c b/src/gui/gtk/gui-display.c
index 77e983482..29c3a4690 100644
--- a/src/gui/gtk/gui-display.c
+++ b/src/gui/gtk/gui-display.c
@@ -710,7 +710,7 @@ gui_printf_color_type (t_gui_window *window, int type, int color, char *message,
if (window == NULL)
{
- log_printf ("gui_printf without window! this is a bug, please send to developers - thanks\n");
+ wee_log_printf ("gui_printf without window! this is a bug, please send to developers - thanks\n");
return;
}
}