diff src/conversation.c @ 1590:b4e54a752676

[gaim-migrate @ 1600] more fun stuff. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 16 Mar 2001 09:37:44 +0000
parents 69a004b5820a
children 41cecde078c1
line wrap: on
line diff
--- a/src/conversation.c	Fri Mar 16 09:29:03 2001 +0000
+++ b/src/conversation.c	Fri Mar 16 09:37:44 2001 +0000
@@ -2199,3 +2199,8 @@
 					gtk_notebook_get_nth_page(GTK_NOTEBOOK(convo_notebook),
 						g_list_index(conversations, c)))), text);
 }
+
+void raise_convo_tab(struct conversation *c)
+{
+	gtk_notebook_set_page(GTK_NOTEBOOK(convo_notebook), g_list_index(conversations, c));
+}