gnome-games r7970 - branches/gnome-2-24/aisleriot
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r7970 - branches/gnome-2-24/aisleriot
- Date: Wed, 8 Oct 2008 18:58:38 +0000 (UTC)
Author: chpe
Date: Wed Oct 8 18:58:37 2008
New Revision: 7970
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7970&view=rev
Log:
Don't crash when the session manager terminates aisleriot
Modified:
branches/gnome-2-24/aisleriot/sol.c
Modified: branches/gnome-2-24/aisleriot/sol.c
==============================================================================
--- branches/gnome-2-24/aisleriot/sol.c (original)
+++ branches/gnome-2-24/aisleriot/sol.c Wed Oct 8 18:58:37 2008
@@ -637,8 +637,8 @@
master_client = gnome_master_client ();
g_signal_connect (master_client, "save-yourself",
G_CALLBACK (save_yourself_cb), &data);
- g_signal_connect_swapped (master_client, "die",
- G_CALLBACK (die_cb), &data);
+ g_signal_connect (master_client, "die",
+ G_CALLBACK (die_cb), &data);
#endif /* HAVE_GNOME */
#ifdef HAVE_HILDON
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]