changeset 15303:70ffa34b4143

[gaim-migrate @ 18093] I think this is better. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 09 Jan 2007 00:24:55 +0000
parents b6f192c01225
children 7a52dce840b4
files console/libgnt/wms/Makefile.am console/libgnt/wms/s.c
diffstat 2 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/console/libgnt/wms/Makefile.am	Mon Jan 08 20:57:07 2007 +0000
+++ b/console/libgnt/wms/Makefile.am	Tue Jan 09 00:24:55 2007 +0000
@@ -5,8 +5,11 @@
 
 plugindir = $(libdir)/gaim
 
-s_la_SOURCES       = s.c
-s_la_LIBADD        = $(GLIB_LIBS) $(top_builddir)/console/libgnt/libgnt.la
+s_la_SOURCES = s.c
+s_la_LIBADD =  \
+  $(GLIB_LIBS) \
+  $(top_builddir)/console/libgnt/libgnt.la \
+  $(top_builddir)/libgaim/libgaim.la
 
 EXTRA_DIST = 
 
--- a/console/libgnt/wms/s.c	Mon Jan 08 20:57:07 2007 +0000
+++ b/console/libgnt/wms/s.c	Tue Jan 09 00:24:55 2007 +0000
@@ -4,7 +4,7 @@
 #include "gntstyle.h"
 #include "gntwm.h"
 
-#include "gntblist.h"
+#include "blist.h"
 
 #include <string.h>
 
@@ -161,7 +161,7 @@
 	if (blist)
 		gnt_widget_destroy(blist);
 	else
-		gg_blist_show();
+		gaim_blist_show();
 	return TRUE;
 }