Revision 869 src/summary_search.c
| summary_search.c (revision 869) | ||
|---|---|---|
| 175 | 175 |
if (!search_window.window) |
| 176 | 176 |
summary_search_create(); |
| 177 | 177 |
else |
| 178 |
gtk_window_present(search_window.window);
|
|
| 178 |
gtk_window_present(GTK_WINDOW(search_window.window));
|
|
| 179 | 179 |
|
| 180 | 180 |
if (item && item->stype != F_VIRTUAL) {
|
| 181 | 181 |
id = folder_item_get_identifier(item); |
Also available in: Unified diff