Example #1
0
static void plenty_destroyed(G_GNUC_UNUSED GtkWidget * widget,
			     G_GNUC_UNUSED gpointer data)
{
	if (callback_mode == MODE_PLENTY)
		plenty_create_dlg(NULL);
}
Example #2
0
void frontend_plenty(const gint * bank)
{
	plenty_create_dlg(bank);
	set_gui_state(frontend_state_plenty);
}