mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 06:40:01 +01:00
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:
@@ -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 );
|
||||
}/*
|
||||
|
||||
Reference in New Issue
Block a user