Re: GLib 2.2.0, GTK+ 2.2.0
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi I'm having some problems with the latest gtk-2.2 in win98. Whenever a gtk tooltip pops up, the window that has these tooltips attached loses its focus. The same thing happens with combo boxes - when expanded, the window title greys out and it feels like the combo is the active window. It worked fine in 2.0 though. Another problem is g_get_home_dir(). Every time I try to call it my app segfaults. I checked the source and noticed that it checks for some env. variables, which may work in win2k but are unavailable in win98. I think this function should return something like "c:\my documents" or similar (I recall there was some registry key that set this directory in w98, but I don't remember it exactly).