[aisleriot] Fix dialogue window modality
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot] Fix dialogue window modality
- Date: Wed, 5 Oct 2011 19:35:13 +0000 (UTC)
commit 983e399af2f125bc4d9e0aefafb89f063d2cdc8e
Author: Christian Persch <chpe gnome org>
Date: Wed Oct 5 20:03:55 2011 +0200
Fix dialogue window modality
Fixes https://bugs.launchpad.net/ubuntu/+source/aisleriot/+bug/808291 .
src/sol.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/sol.c b/src/sol.c
index 44a7efb..aad67c0 100644
--- a/src/sol.c
+++ b/src/sol.c
@@ -242,6 +242,8 @@ main (int argc, char *argv[])
g_setenv ("GUILE_AUTO_COMPILE", "0", TRUE);
#endif
+ g_setenv ("UBUNTU_MENUPROXY", "0", TRUE);
+
scm_boot_guile (argc, argv, main_prog, NULL); /* no return */
return 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]