add amp types

This commit is contained in:
Tomasz Moń
2009-02-28 00:17:54 +01:00
parent 7d13b2a7ea
commit ce522227c7
3 changed files with 67 additions and 3 deletions

2
gui.c
View File

@@ -282,7 +282,7 @@ void create_window()
gtk_box_pack_start(GTK_BOX(hbox), vbox, TRUE, TRUE, 2);
for (x = 0; x<n_effects; x++) {
if ((x % 2) == 0) {
if ((x % 3) == 0) {
hbox = gtk_hbox_new(TRUE, 0);
gtk_box_pack_start(GTK_BOX(vbox), hbox, TRUE, TRUE, 2);
}