r23197 - gnucash/trunk/src/gnome-utils - Fix undeclared identifier from r23191

John Ralls jralls at code.gnucash.org
Wed Sep 25 22:51:26 EDT 2013


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

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
Fix undeclared identifier from r23191

Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2013-09-24 21:24:34 UTC (rev 23196)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2013-09-26 02:51:25 UTC (rev 23197)
@@ -4364,8 +4364,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