gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22089 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r22089 - gnunet-gtk/src/fs
Date: Tue, 19 Jun 2012 01:48:08 +0200

Author: grothoff
Date: 2012-06-19 01:48:08 +0200 (Tue, 19 Jun 2012)
New Revision: 22089

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk.c
Log:
-LRN: unref unique_app only when using libunique

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk.c   2012-06-18 21:05:26 UTC (rev 22088)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk.c   2012-06-18 23:48:08 UTC (rev 22089)
@@ -530,10 +530,14 @@
                                   argv, options,
                                   "gnunet_fs_gtk_main_window.glade", &run))
   {
+#if HAVE_LIBUNIQUE
     g_object_unref (unique_app);
+#endif
     return 1;
   }
+#if HAVE_LIBUNIQUE
   g_object_unref (unique_app);
+#endif
   return 0;
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]