diff plugins/ticker/ticker.c @ 3466:7a3f16a375a5

[gaim-migrate @ 3516] some patches from some people. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 29 Aug 2002 01:47:15 +0000
parents 412d1035d666
children ee79ca85fe0f
line wrap: on
line diff
--- a/plugins/ticker/ticker.c	Thu Aug 29 01:43:23 2002 +0000
+++ b/plugins/ticker/ticker.c	Thu Aug 29 01:47:15 2002 +0000
@@ -70,7 +70,8 @@
 	userclose = TRUE;
 }
 
-static char *msg = "Welcome to Gaim " VERSION ", brought to you by Rob Flynn (maintainer), Eric Warmenhoven, Mark Spencer, Jeramey Crawford, Jim Duchek, Syd Logan, and Sean Egan"; 
+/* static char *msg = "Welcome to Gaim " VERSION ", brought to you by Rob Flynn (maintainer), Eric Warmenhoven, Mark Spencer, Jeramey Crawford, Jim Duchek, Syd Logan, and Sean Egan"; 
+ */
 
 void
 BuddyTickerCreateWindow()
@@ -112,7 +113,7 @@
 ButtonPressCallback( GtkWidget *widget, GdkEvent *event, gpointer callback_data ) 
 {
 	TickerData *p = (TickerData *) callback_data;
-	struct conversation *conv = new_conversation(p->buddy);
+	new_conversation(p->buddy);
 	
 	return TRUE;
 }