gtk_file_chooser_dialog_new and threads
- From: Daniel Piccoli <d piccoli murdoch edu au>
- To: gtk-app-devel-list gnome org
- Subject: gtk_file_chooser_dialog_new and threads
- Date: Mon, 09 Aug 2004 20:43:45 +0800
Hi all,
I've found that by running gdb, the following function call:
filesel = gtk_file_chooser_dialog_new(_("Sweep: Load file"), NULL,
GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, NULL);
starts several new threads that are never killed after a file has been
selected. The main program thread then seems to use up 100% CPU time.
Has anyone else experienced this?
Thanks.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]