gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3992 - gnunet-gtk/src/plugins/fs


From: durner
Subject: [GNUnet-SVN] r3992 - gnunet-gtk/src/plugins/fs
Date: Thu, 21 Dec 2006 09:27:33 -0800 (PST)

Author: durner
Date: 2006-12-21 09:27:29 -0800 (Thu, 21 Dec 2006)
New Revision: 3992

Modified:
   gnunet-gtk/src/plugins/fs/download.c
Log:
quick hack to fix Win

Modified: gnunet-gtk/src/plugins/fs/download.c
===================================================================
--- gnunet-gtk/src/plugins/fs/download.c        2006-12-21 15:37:21 UTC (rev 
3991)
+++ gnunet-gtk/src/plugins/fs/download.c        2006-12-21 17:27:29 UTC (rev 
3992)
@@ -264,9 +264,13 @@
     if (dl_parent != NULL) {
       /* have parent, must be download from
         directory inside of search */
+        /* FIXME: this requires GTK 2.8. Since it doesn't support Win9x, the 
quick
+           solution is to #ifndef it */
+#ifndef MINGW
       GE_BREAK(ectx,
               
gtk_tree_row_reference_get_model(dl_parent->searchViewRowReference)
               == model);
+#endif
       path = 
gtk_tree_row_reference_get_path(dl_parent->searchViewRowReference);
       if (path != NULL) {
        valid = gtk_tree_model_get_iter(model,





reply via email to

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