diff src/gtkconv.c @ 5436:ad445074d239

[gaim-migrate @ 5818] Another big commit. Ugh. I need a very smart regexp. Core/UI split do_error_dialog(), and soon the mail dialogs! Yay! This should work without problems at all, but standard disclaimer.. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 18 May 2003 19:59:02 +0000
parents f3cf3bff72f0
children 8355eeeb52a3
line wrap: on
line diff
--- a/src/gtkconv.c	Sun May 18 19:13:21 2003 +0000
+++ b/src/gtkconv.c	Sun May 18 19:59:02 2003 +0000
@@ -44,6 +44,7 @@
 #include "dnd-hints.h"
 #include "sound.h"
 #include "gtkblist.h"
+#include "notify.h"
 
 #ifdef _WIN32
 #include "win32dep.h"
@@ -235,7 +236,7 @@
 	}
 }
 
-	static void
+static void
 insert_link_cb(GtkWidget *w, struct gaim_conversation *conv)
 {
 	struct gaim_gtk_conversation *gtkconv;
@@ -3333,9 +3334,6 @@
 
 		gaim_window_add_conversation(win, c);
 	}
-
-	/* do_error_dialog("MWAHAHAHA! I AM A TROLL! I AM GOING TO EAT YOU!",
-	   NULL, GAIM_WARNING); */
 }
 
 /**************************************************************************