diff pidgin/gtkdialogs.c @ 15615:b74a3bec8dcb

Let's use the core function instead of using the uiops function directly when possible. This makes my 'Hide Conversations' plugin work.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 11 Feb 2007 01:40:04 +0000
parents bcdf8880564b
children 52a044731fbe
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Sat Feb 10 01:14:57 2007 +0000
+++ b/pidgin/gtkdialogs.c	Sun Feb 11 01:40:04 2007 +0000
@@ -724,7 +724,7 @@
 	if (conv == NULL)
 		conv = gaim_conversation_new(GAIM_CONV_TYPE_IM, account, username);
 
-	pidgin_conv_present_conversation(conv);
+	gaim_conversation_present(conv);
 }
 
 static gboolean