1999-04-16 Miguel de Icaza <miguel@nuclecu.unam.mx>

* gscreen.c: Include the glib.h header file here.
This commit is contained in:
Miguel de Icaza 1999-04-17 06:37:42 +00:00
parent 936e6ef50f
commit 2c66e8180a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1999-04-16 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gscreen.c: Include the glib.h header file here.
1999-04-16 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtkdtree.c (gtk_dtree_save_tree): Use tree_store_save().

View File

@ -37,6 +37,7 @@
#include "gtkflist.h"
#include "../vfs/vfs.h"
#include <gdk/gdkprivate.h>
#include <glib.h>
/* Whether to display the tree view on the left */
int tree_panel_visible = -1;
@ -45,7 +46,7 @@ int tree_panel_visible = -1;
#include "dir-close.xpm"
#include "link.xpm"
#include "dev.xpm"
#include "gl
/* Timeout for auto-scroll on drag */
#define SCROLL_TIMEOUT 100