gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r868 - gnunet-gtk/src


From: grothoff
Subject: [GNUnet-SVN] r868 - gnunet-gtk/src
Date: Sun, 5 Jun 2005 03:41:30 -0700 (PDT)

Author: grothoff
Date: 2005-06-05 03:41:23 -0700 (Sun, 05 Jun 2005)
New Revision: 868

Modified:
   gnunet-gtk/src/about.c
   gnunet-gtk/src/main.c
   gnunet-gtk/src/main.h
   gnunet-gtk/src/search.c
   gnunet-gtk/src/upload.c
Log:
bugfixes

Modified: gnunet-gtk/src/about.c
===================================================================
--- gnunet-gtk/src/about.c      2005-06-05 10:29:40 UTC (rev 867)
+++ gnunet-gtk/src/about.c      2005-06-05 10:41:23 UTC (rev 868)
@@ -28,8 +28,6 @@
 #include "config.h"
 #include "main.h"
 
-extern char *gladeFile;
-
 /**
  * This displays an about window
  */

Modified: gnunet-gtk/src/main.c
===================================================================
--- gnunet-gtk/src/main.c       2005-06-05 10:29:40 UTC (rev 867)
+++ gnunet-gtk/src/main.c       2005-06-05 10:41:23 UTC (rev 868)
@@ -143,10 +143,7 @@
   gtkDoneSaveCalls();
   UNREF(mainXML);
   doneUtil();
-
-#ifdef MINGW
-       FREE(gladeFile);
-#endif
+  FREE(gladeFile);
   
   return 0;
 }

Modified: gnunet-gtk/src/main.h
===================================================================
--- gnunet-gtk/src/main.h       2005-06-05 10:29:40 UTC (rev 867)
+++ gnunet-gtk/src/main.h       2005-06-05 10:41:23 UTC (rev 868)
@@ -32,4 +32,6 @@
 
 extern GladeXML * mainXML;
 
+extern char * gladeFile;
+
 #endif

Modified: gnunet-gtk/src/search.c
===================================================================
--- gnunet-gtk/src/search.c     2005-06-05 10:29:40 UTC (rev 867)
+++ gnunet-gtk/src/search.c     2005-06-05 10:41:23 UTC (rev 868)
@@ -27,6 +27,7 @@
 #include "platform.h"
 #include "search.h"
 #include "helper.h"
+#include "main.h"
 #include <extractor.h>
 
 /**
@@ -43,8 +44,6 @@
 
 static GtkListStore * summary;
 
-extern char *gladeFile;
-
 /**
  * Recursively free the (internal) model data fields
  * (uri and meta) from the search tree model.

Modified: gnunet-gtk/src/upload.c
===================================================================
--- gnunet-gtk/src/upload.c     2005-06-05 10:29:40 UTC (rev 867)
+++ gnunet-gtk/src/upload.c     2005-06-05 10:41:23 UTC (rev 868)
@@ -27,11 +27,11 @@
 #include "platform.h"
 #include "search.h"
 #include "helper.h"
+#include "main.h"
 #include <extractor.h>
 
 
 static GtkTreeStore * summary;
-extern char *gladeFile;
 
 /**
  * XML tree for the meta-data dialog of upload.





reply via email to

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