I had the same problem with my program, and discovered by chance
that linking with gio library seems to cause this.
When I canged some unrelated code to older GnomeVfs, the file open dialog
started to work fine on the new Ubuntu 9.04.
Hopefully, the same tip could work for you.
Regards,
Miros
Hello List
I just compiled an old gtk app of mine and everything work except
when I try opening a file.
The dialog will hang with an hourglass and some of the folders in the
left is missing.
I use this code:
filedialog = gtk_file_chooser_dialog_new ("Open File", parent_window,
GTK_FIL
I think this is new since I installed GTK 2.16.2: gtk_dialog_run
is throwing a "critical" warning on exit, which I believe must be
spurious (or at least, an internal problem).
For code such as
void msgbox (const char *msg, int msgtype)
{
GtkWidget *dialog;
dialog = gtk_message_dialog_new