Changes between Initial Version and Version 1 of Ticket #723, comment 4
- Timestamp:
- 05/16/11 22:49:43 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #723, comment 4
initial v1 1 1 There is a problem with gui/gtk indeed (r4494). When closing navit using "Display / Quit", nothing happens at first and the GUI remains responsive. Selecting "Display / Quit" again produces a SIGSEGV. Not sure whether it's the same problem as reported first, though. 2 3 Adding a call to event_main_loop_quit() right after navit_destroy() into navit/gui/gtk/gui_gtk_action.c:quit_action() does the trick.