mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Avoid PLT entries
svn path=/trunk/; revision=20379
This commit is contained in:
parent
f9c7a4bbd0
commit
a434b6bf94
@ -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:
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user