GNOME Bugzilla – Bug 357128
Bug in usage of libguniqueapp
Last modified: 2006-09-22 17:51:16 UTC
Richard pointed out to me today that g-p-m has started using libguinqueapp, and pointed me to the patch. I found a bug in reading over it that many are unfortunately likely to make until we can depend upon gtk+-2.12. I'll attach a patch in a minute.
Created attachment 73177 [details] [review] Get DESKTOP_STARTED_ID when it's still possible to do so
Yup, agree. Thanks for this. If you have time, please commit to HEAD, if not I can do it. Thanks. Richard.
2006-09-22 Elijah Newren <newren gmail com> * src/gpm-prefs.c (main): Make sure to obtain the DESKTOP_STARTUP_ID environment variable before gtk_init() is called since gtk_init() clears it. #357128. :)