Avoid PLT entries

svn path=/trunk/; revision=20379
This commit is contained in:
Matthias Clasen 2008-06-13 17:02:26 +00:00
parent f9c7a4bbd0
commit a434b6bf94
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-06-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilesystem.c: Avoid PLT entries by including
gtkalias.h
2008-06-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c:

View File

@ -27,6 +27,8 @@
#include "gtkfilesystem.h"
#include "gtkprivate.h"
#include "gtkalias.h"
/* #define DEBUG_MODE */
#ifdef DEBUG_MODE
#define DEBUG(x) g_debug (x);