comparison src/xs_interface.c @ 874:350f755549dd

More work on the ROM images configuration stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 09 Nov 2012 05:08:49 +0200
parents d183ac29b879
children 911401ea2145
comparison
equal deleted inserted replaced
873:50111e99456a 874:350f755549dd
2537 GTK_WIDGET_SET_FLAGS (cancel_button65, GTK_CAN_DEFAULT); 2537 GTK_WIDGET_SET_FLAGS (cancel_button65, GTK_CAN_DEFAULT);
2538 2538
2539 gtk_signal_connect (GTK_OBJECT (xs_rom_fs), "delete_event", 2539 gtk_signal_connect (GTK_OBJECT (xs_rom_fs), "delete_event",
2540 GTK_SIGNAL_FUNC (xs_rom_fs_delete), 2540 GTK_SIGNAL_FUNC (xs_rom_fs_delete),
2541 NULL); 2541 NULL);
2542 gtk_signal_connect (GTK_OBJECT (ok_button65), "clicked",
2543 GTK_SIGNAL_FUNC (xs_rom_fs_ok),
2544 NULL);
2545 gtk_signal_connect (GTK_OBJECT (cancel_button65), "clicked",
2546 GTK_SIGNAL_FUNC (xs_rom_fs_cancel),
2547 NULL);
2542 2548
2543 return xs_rom_fs; 2549 return xs_rom_fs;
2544 } 2550 }
2545 2551