finch/gntstatus.c

changeset 18400
549820f4725c
parent 18273
e61c53184c52
child 18558
1a90a2b56443
equal deleted inserted replaced
18399:f4043513f791 18400:549820f4725c
161 } 161 }
162 162
163 void finch_savedstatus_show_all() 163 void finch_savedstatus_show_all()
164 { 164 {
165 GntWidget *window, *tree, *box, *button; 165 GntWidget *window, *tree, *box, *button;
166 if (statuses.window) 166 if (statuses.window) {
167 gnt_window_present(statuses.window);
167 return; 168 return;
169 }
168 170
169 statuses.window = window = gnt_vbox_new(FALSE); 171 statuses.window = window = gnt_vbox_new(FALSE);
170 gnt_box_set_toplevel(GNT_BOX(window), TRUE); 172 gnt_box_set_toplevel(GNT_BOX(window), TRUE);
171 gnt_box_set_title(GNT_BOX(window), _("Saved Statuses")); 173 gnt_box_set_title(GNT_BOX(window), _("Saved Statuses"));
172 gnt_box_set_fill(GNT_BOX(window), FALSE); 174 gnt_box_set_fill(GNT_BOX(window), FALSE);

mercurial