| 4121 | } |
| 4122 | |
| 4123 | static void |
| 4124 | quit_dialog_response (GtkDialog *dialog, int response, gpointer data) |
| 4125 | { |
| 4126 | gtk_window_destroy(GTK_WINDOW(dialog)); |
| 4127 | if (response == 1) |
| 4128 | { |
| 4129 | application_quit(); |
| 4130 | } |
| 4131 | } |
| 4132 | static void |
| 4133 | quit_dialog_show (void) |
| 4134 | { |
nothing calls this directly
no test coverage detected