| 172 | } |
| 173 | |
| 174 | static void |
| 175 | ghack_settings_cb(GtkWidget *widget, gpointer data) |
| 176 | { |
| 177 | ghack_settings_dialog(); |
| 178 | } |
| 179 | |
| 180 | static void |
| 181 | ghack_accelerator_selected(GtkWidget *widget, gpointer data) |
nothing calls this directly
no test coverage detected