fix maximize mode

git-svn-id: svn://code.dyne.org/veejay/trunk@1272 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2008-12-28 17:28:53 +00:00
parent 1b5bfb8566
commit abaa89b58e
10 changed files with 27844 additions and 36422 deletions

View File

@@ -2757,7 +2757,7 @@ on_spin_samplebank_select_value_changed
page = max_page;
gtk_spin_button_set_value(spinbutton,page);
}
gtk_notebook_set_current_page_(samplebank, page);
gtk_notebook_set_current_page_(GTK_WIDGET(samplebank), page);
}
void
on_button_samplebank_prev_clicked (GtkButton *button,