diff -r f2fc9ce2f7aa -r 68cce72d1734 pidgin/gtklog.h --- a/pidgin/gtklog.h Sun Oct 07 00:49:17 2007 +0000 +++ b/pidgin/gtklog.h Mon Oct 08 16:06:39 2007 +0000 @@ -54,9 +54,12 @@ void pidgin_log_show(PurpleLogType type, const char *screenname, PurpleAccount *account); +void pidgin_log_show_with_parent(GtkWindow *parent, PurpleLogType type, const char *screenname, PurpleAccount *account); void pidgin_log_show_contact(PurpleContact *contact); +void pidgin_log_show_contact_with_parent(GtkWindow *parent, PurpleContact *contact); void pidgin_syslog_show(void); +void pidgin_syslog_show_with_parent(GtkWindow *parent); /**************************************************************************/ /** @name GTK+ Log Subsystem */