diff plugins/gaiminc.c @ 9753:60705fd4f411

[gaim-migrate @ 10620] Move show_about to gtkdialogs.c and namespace it Remove about.c A few other minor touchups in gtkdialogs.c Make serv_warn pass a gboolean instead of an int committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 15 Aug 2004 17:05:51 +0000
parents 4d05b6e9e9cd
children a9fb4493ae22
line wrap: on
line diff
--- a/plugins/gaiminc.c	Sun Aug 15 16:17:29 2004 +0000
+++ b/plugins/gaiminc.c	Sun Aug 15 17:05:51 2004 +0000
@@ -5,7 +5,7 @@
 #include "connection.h"
 #include "conversation.h"
 
-/* include UI for show_about() */
+/* include UI for gaim_gtkdialogs_about() */
 #include "gtkplugin.h"
 #include "gtkdialogs.h"
 
@@ -15,7 +15,7 @@
 echo_hi(GaimConnection *gc)
 {
 	/* this doesn't do much, just lets you know who we are :) */
-	show_about(NULL, NULL);
+	gaim_gtkdialogs_about(NULL, NULL);
 }
 
 static gboolean