* gdesktop.c: Include "mad.h", for xmalloc.

* gkey.c: Likewise.
* gscreen.c: Likewise.
(panel_create_file_list): Use `g_free', not `free'.
This commit is contained in:
Raja R Harinath 1998-08-20 22:04:52 +00:00
parent 00f7c04d3b
commit 25ed8288b9
4 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,12 @@
1998-08-20 Raja R Harinath <harinath@cs.umn.edu>
* gdesktop.c: Include "mad.h", for xmalloc.
* gkey.c: Likewise.
* gscreen.c: Likewise.
(panel_create_file_list): Use `g_free', not `free'.
Wed Aug 19 19:45:16 EDT 1998 The Rasterman <raster@redhat.com>
* gdesktop.c - changed dnd setting routine for desktop icon to set
events on child window...
* gtrans.c - chnaged routines to make window with child rawing area

View File

@ -11,6 +11,7 @@
#include "gdesktop.h"
#include "../vfs/vfs.h"
#include <string.h>
#include "mad.h"
#include "main.h"
#include "file.h"
#include "global.h"

View File

@ -7,6 +7,7 @@
*/
#include <config.h>
#include "mad.h"
#include "x.h"
#include "key.h"

View File

@ -12,6 +12,7 @@
#include <string.h>
#include <stdlib.h> /* atoi */
#include "fs.h"
#include "mad.h"
#include "x.h"
#include "dir.h"
#include "panel.h"
@ -1206,7 +1207,7 @@ panel_create_file_list (WPanel *panel)
file_list = gtk_blist_new_with_titles (items, titles);
clist = GTK_CLIST (file_list);
panel_configure_file_list (panel, file_list);
free (titles);
g_free (titles);
gtk_signal_connect_after (GTK_OBJECT (file_list), "size_allocate",
GTK_SIGNAL_FUNC (panel_file_list_size_allocate_hook),