mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 13:49:58 +01:00
Fix ticket #83
git-svn-id: svn://code.dyne.org/veejay/trunk@439 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user