diff finch/gntstatus.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 b8572b937c09
children 9a0f99ea664d
line wrap: on
line diff
--- a/finch/gntstatus.c	Thu Jun 28 18:41:43 2007 +0000
+++ b/finch/gntstatus.c	Thu Jun 28 18:52:26 2007 +0000
@@ -163,8 +163,10 @@
 void finch_savedstatus_show_all()
 {
 	GntWidget *window, *tree, *box, *button;
-	if (statuses.window)
+	if (statuses.window) {
+		gnt_window_present(statuses.window);
 		return;
+	}
 
 	statuses.window = window = gnt_vbox_new(FALSE);
 	gnt_box_set_toplevel(GNT_BOX(window), TRUE);