diff options
author | jcid <devnull@localhost> | 2008-05-16 21:18:21 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-16 21:18:21 +0200 |
commit | 805e66683b1b11606ddff672e639da2c8906bbc3 (patch) | |
tree | 680a8737e7ae8caa3c7eb5651d445be977b4d5d0 /src/ui.cc | |
parent | 2ad6948b8326ac5d6aa671027d65348c0c6c33c7 (diff) |
- More switches from destroy() to delete() call for close window.
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -601,7 +601,7 @@ UI::UI(int win_w, int win_h, const char* label, const UI *cur_ui) : // Set handler for the close window event // (the argument is set later via user_data()) - TopGroup->callback(close_window_cb); + callback(close_window_cb); // Control panel Panel = make_panel(win_w); |