diff finch/gntpounce.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 323272a9bb65
children 7ee0e0597a26
line wrap: on
line diff
--- a/finch/gntpounce.c	Thu Jun 28 18:41:43 2007 +0000
+++ b/finch/gntpounce.c	Thu Jun 28 18:52:26 2007 +0000
@@ -672,6 +672,7 @@
 	GntWidget *win;
 
 	if (pounces_manager != NULL) {
+		gnt_window_present(pounces_manager->window);
 		return;
 	}