diff --git a/veejay-current/veejay-client/share/gveejay.reloaded.glade b/veejay-current/veejay-client/share/gveejay.reloaded.glade
index c1a21bc7..80ce739a 100644
--- a/veejay-current/veejay-client/share/gveejay.reloaded.glade
+++ b/veejay-current/veejay-client/share/gveejay.reloaded.glade
@@ -10671,6 +10671,8 @@ YUV (current)
4
+
+
True
diff --git a/veejay-current/veejay-client/src/callback.c b/veejay-current/veejay-client/src/callback.c
index 1f1c815b..6f872e5d 100644
--- a/veejay-current/veejay-client/src/callback.c
+++ b/veejay-current/veejay-client/src/callback.c
@@ -2470,10 +2470,11 @@ void on_kf_p15_toggled( GtkWidget *widget, gpointer user_data)
if( is_button_toggled("kf_p15"))
kf_changed( 15 );
}
-
+/* Enable/Disable all keyframes : there is no correspoding event for this
void on_curve_toggleglobal_toggled(GtkWidget *widget, gpointer user_data)
{
}
+*/
void on_button_videobook_clicked(GtkWidget *widget, gpointer user_data)
{
GtkWidget *n = glade_xml_get_widget_( info->main_window, "videobook" );