Re: GLib 2.2.0, GTK+ 2.2.0
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
"alex_shaduri <[email protected]>" <[email protected]> writes: > 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. Hmm. Yes, that seems like a bug. Will try to fix. Please submit a bug report to bugzilla so I won't forget. > Another problem is g_get_home_dir(). Every time I try to call it my > app segfaults. Are there segfaults on Windows? ;-) > I checked the source and noticed that it checks for > some env. variables, which may work in win2k but are unavailable in > win98. Yes, I know. > 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). If you find out, please inform me and I can add code for that. Does your app crash because g_get_home_dir() returns NULL? You need to check for a NULL return value... --tml