From d4ec2e46aafd0064b62f4bbc8b1bc23565881c0c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 16 Nov 2003 19:40:36 +0000 Subject: Perl plugin support --- src/gui/gtk/Makefile.am | 3 ++- src/gui/gtk/gui-display.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/gtk') 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; } } -- cgit v1.2.3