dont record to quicktime dv if resolutions dont match

git-svn-id: svn://code.dyne.org/veejay/trunk@643 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2006-10-18 01:21:27 +00:00
parent 70172350b4
commit 9f53fddebb

View File

@@ -5441,6 +5441,7 @@ static void enable_widget_by_pointer(GtkWidget *w)
static void enable_widget(const char *name)
{
GtkWidget *w = glade_xml_get_widget_(info->main_window,name);
veejay_msg(0, "%s : %s", __FUNCTION__, name );
if(!w) return;
gtk_widget_set_sensitive_( GTK_WIDGET(w), TRUE );
}/*