r23198 - gnucash/branches/2.4/src/gnome-utils - [r23197]Fix undeclared identifier from r23193

John Ralls jralls at code.gnucash.org
Wed Sep 25 22:53:21 EDT 2013


Author: jralls
Date: 2013-09-25 22:53:20 -0400 (Wed, 25 Sep 2013)
New Revision: 23198
Trac: http://svn.gnucash.org/trac/changeset/23198

Modified:
   gnucash/branches/2.4/src/gnome-utils/gnc-main-window.c
Log:
[r23197]Fix undeclared identifier from r23193

Modified: gnucash/branches/2.4/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/branches/2.4/src/gnome-utils/gnc-main-window.c	2013-09-26 02:51:25 UTC (rev 23197)
+++ gnucash/branches/2.4/src/gnome-utils/gnc-main-window.c	2013-09-26 02:53:20 UTC (rev 23198)
@@ -4083,8 +4083,8 @@
     g_signal_connect(theApp, "NSApplicationWillTerminate",
                      G_CALLBACK(gnc_quartz_shutdown), NULL);
     gtkosx_application_ready(theApp);
+    g_object_unref (theApp);
 #endif
-    g_object_unref (theApp);
 }
 
 /** Get a pointer to the first active top level window or NULL



More information about the gnucash-changes mailing list