gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14078 - in gnunet-gtk: . contrib src


From: gnunet
Subject: [GNUnet-SVN] r14078 - in gnunet-gtk: . contrib src
Date: Fri, 24 Dec 2010 10:04:57 +0100

Author: grothoff
Date: 2010-12-24 10:04:57 +0100 (Fri, 24 Dec 2010)
New Revision: 14078

Modified:
   gnunet-gtk/contrib/Makefile.in
   gnunet-gtk/gnunet_gtk_config.h.in
   gnunet-gtk/src/fs_event_handler.c
Log:
removing bogus break

Modified: gnunet-gtk/contrib/Makefile.in
===================================================================
--- gnunet-gtk/contrib/Makefile.in      2010-12-23 23:18:39 UTC (rev 14077)
+++ gnunet-gtk/contrib/Makefile.in      2010-12-24 09:04:57 UTC (rev 14078)
@@ -157,6 +157,7 @@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INTLLIBS = @INTLLIBS@
+INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBICONV = @LIBICONV@

Modified: gnunet-gtk/gnunet_gtk_config.h.in
===================================================================
--- gnunet-gtk/gnunet_gtk_config.h.in   2010-12-23 23:18:39 UTC (rev 14077)
+++ gnunet-gtk/gnunet_gtk_config.h.in   2010-12-24 09:04:57 UTC (rev 14078)
@@ -15,6 +15,14 @@
 /* Define to 1 if you have the <argz.h> header file. */
 #undef HAVE_ARGZ_H
 
+/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
+   CoreFoundation framework. */
+#undef HAVE_CFLOCALECOPYCURRENT
+
+/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
+   the CoreFoundation framework. */
+#undef HAVE_CFPREFERENCESCOPYAPPVALUE
+
 /* Define if the GNU dcgettext() function is already present or preinstalled.
    */
 #undef HAVE_DCGETTEXT

Modified: gnunet-gtk/src/fs_event_handler.c
===================================================================
--- gnunet-gtk/src/fs_event_handler.c   2010-12-23 23:18:39 UTC (rev 14077)
+++ gnunet-gtk/src/fs_event_handler.c   2010-12-24 09:04:57 UTC (rev 14078)
@@ -1133,8 +1133,6 @@
                                 GNUNET_YES);   
     }
   while (TRUE == gtk_tree_model_iter_next (tm, &iter));
-  
-  GNUNET_break (0); /* not implemented */
 }
 
 




reply via email to

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