]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtksearchenginesimple.c
separator: Don't use padding and borders wrongly
[~andy/gtk] / gtk / gtksearchenginesimple.c
index 55e8f7b9e1f66775aa34c0ea7e238850375a6923..8d0e07f44e6afbca06b0b6683cc22d9193d88cea 100644 (file)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Alexander Larsson <alexl@redhat.com>
  *
@@ -27,8 +26,8 @@
  * export ftw() and friends only if _XOPEN_SOURCE and _GNU_SOURCE
  * are defined. see bug #444097.
  */
-#define _XOPEN_SOURCE 500
-#define _GNU_SOURCE 
+#define _XOPEN_SOURCE 600
+#define _GNU_SOURCE
 
 #ifdef HAVE_FTW_H
 #include <ftw.h>