diff finch/gntft.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 16f3919b78f5
children 9a0f99ea664d
line wrap: on
line diff
--- a/finch/gntft.c	Thu Jun 28 18:41:43 2007 +0000
+++ b/finch/gntft.c	Thu Jun 28 18:52:26 2007 +0000
@@ -262,6 +262,8 @@
 {
 	if (xfer_dialog == NULL)
 		finch_xfer_dialog_new();
+	else
+		gnt_window_present(xfer_dialog->window);
 }
 
 void