Skip to content

Commit

Permalink
Reloaded / Fx Tap : fix MT invisible (progress)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-j-a-y committed Aug 11, 2016
1 parent dc4c45f commit 5341266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion veejay-current/veejay-client/src/vj-api.c
Original file line number Diff line number Diff line change
Expand Up @@ -7655,7 +7655,7 @@ void vj_gui_init(char *glade_file,
{
GtkWidget *ww = glade_xml_get_widget_(info->main_window,
crappy_design[ui_skin_].name );
GtkWidget *srtpad = gtk_notebook_get_nth_page(GTK_NOTEBOOK(ww),4);
GtkWidget *srtpad = gtk_notebook_get_nth_page(GTK_NOTEBOOK(ww),5);
gtk_widget_hide(srtpad);
}

Expand Down

0 comments on commit 5341266

Please sign in to comment.