diff finch/gntplugin.c @ 18345:2d4df5ef0090

If the action-windows are already there, then bring them to front when requested.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 28 Jun 2007 18:52:26 +0000
parents 2500e968be58
children 44b4e8bd759b 11dbf674e50e 315151da0dc6
line wrap: on
line diff
--- a/finch/gntplugin.c	Thu Jun 28 18:41:43 2007 +0000
+++ b/finch/gntplugin.c	Thu Jun 28 18:52:26 2007 +0000
@@ -242,8 +242,10 @@
 	GList *iter;
 	GList *seen;
 
-	if (plugins.window)
+	if (plugins.window) {
+		gnt_window_present(plugins.window);
 		return;
+	}
 
 	purple_plugins_probe(G_MODULE_SUFFIX);