and don't use gtk_timeout_remove, either..
2007-05-27 Jens Granseuer <jensgr@gmx.net> * pipeline-tests.c: (user_test_pipeline): and don't use gtk_timeout_remove, either.. svn path=/trunk/; revision=7665
This commit is contained in:
parent
d66e29fc59
commit
b5d7092ee9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-05-27 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* pipeline-tests.c: (user_test_pipeline): and don't use
|
||||
gtk_timeout_remove, either..
|
||||
|
||||
2007-05-27 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* pipeline-tests.c: (user_test_pipeline): use g_timeout_add() instead
|
||||
|
|
|
@ -166,7 +166,7 @@ user_test_pipeline (GladeXML * interface_xml,
|
|||
g_timeout_add (50, user_test_pipeline_timeout,
|
||||
WID ("test_pipeline_progress"));
|
||||
gtk_dialog_run (GTK_DIALOG (dialog));
|
||||
gtk_timeout_remove (timeout_tag);
|
||||
g_source_remove (timeout_tag);
|
||||
gtk_widget_hide (GTK_WIDGET (dialog));
|
||||
} else {
|
||||
gint secs;
|
||||
|
|
Loading…
Add table
Reference in a new issue