Fix ticket #83

git-svn-id: svn://code.dyne.org/veejay/trunk@439 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2005-10-10 11:03:09 +00:00
parent 7a6ae0347d
commit ab9fcee2fa
3 changed files with 8 additions and 0 deletions

View File

@@ -2085,6 +2085,12 @@ void on_vs_mcastvims_changed( GtkWidget *w, gpointer user_data)
// info->config.mcast_vims = get_text( "vs_mcastvims" );
}
void on_inputstream_window_delete_event(GtkWidget *w, gpointer user_data)
{
GtkWidget *vs = glade_xml_get_widget(info->main_window, "inputstream_window");
gtk_widget_hide(vs);
}
void on_vs_delete_event( GtkWidget *w, gpointer user_data)
{
GtkWidget *vs = glade_xml_get_widget(info->main_window, "vs");

View File

@@ -12476,6 +12476,7 @@ YV16</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<signal name="delete_event" handler="on_inputstream_window_delete_event" last_modification_time="Mon, 10 Oct 2005 17:08:03 GMT"/>
<child>
<widget class="GtkFrame" id="frame161">

View File

@@ -11430,6 +11430,7 @@ YV16</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<signal name="delete_event" handler="on_inputstream_window_delete_event" last_modification_time="Mon, 10 Oct 2005 17:06:08 GMT"/>
<child>
<widget class="GtkFrame" id="frame161">