finch/gntstatus.c

changeset 18400
549820f4725c
parent 18273
e61c53184c52
child 18558
1a90a2b56443
--- 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);

mercurial