diff pidgin/gtklog.h @ 15823:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 535f002e7b0f
children 66dff3dfdea6
line wrap: on
line diff
--- a/pidgin/gtklog.h	Mon Mar 19 06:11:46 2007 +0000
+++ b/pidgin/gtklog.h	Mon Mar 19 07:01:17 2007 +0000
@@ -2,7 +2,7 @@
  * @file gtklog.h GTK+ Log viewer
  * @ingroup gtkui
  *
- * gaim
+ * purple
  *
  * Pidgin is the legal property of its developers, whose names are too numerous
  * to list here.  Please refer to the COPYRIGHT file distributed with this
@@ -44,15 +44,15 @@
 	GtkWidget        *imhtml;    /**< The imhtml to display said logs          */
 	GtkWidget        *entry;     /**< The search entry, in which search terms
 	                              *   are entered                              */
-	GaimLogReadFlags flags;      /**< The most recently used log flags         */
+	PurpleLogReadFlags flags;      /**< The most recently used log flags         */
 	char             *search;    /**< The string currently being searched for  */
 	GtkWidget        *label;     /**< The label at the top of the log viewer   */
 };
 
 
 
-void pidgin_log_show(GaimLogType type, const char *screenname, GaimAccount *account);
-void pidgin_log_show_contact(GaimContact *contact);
+void pidgin_log_show(PurpleLogType type, const char *screenname, PurpleAccount *account);
+void pidgin_log_show_contact(PurpleContact *contact);
 
 void pidgin_syslog_show(void);