diff options
Diffstat (limited to 'src/gui/gtk')
-rw-r--r-- | src/gui/gtk/Makefile.am | 3 | ||||
-rw-r--r-- | src/gui/gtk/gui-display.c | 2 |
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; } } |