Oops, remove mtrace() stuff.

2005-05-02  Federico Mena Quintero  <federico@ximian.com>

	* tests/testfilechooser.c: Oops, remove mtrace() stuff.
This commit is contained in:
Federico Mena Quintero
2005-05-03 01:51:41 +00:00
committed by Federico Mena Quintero
parent cbb7d359d0
commit a3080cedb3
4 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
2005-05-02 Federico Mena Quintero <federico@ximian.com>
* tests/testfilechooser.c: Oops, remove mtrace() stuff.
Fixes #301068:
* gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add fields

View File

@@ -1,5 +1,7 @@
2005-05-02 Federico Mena Quintero <federico@ximian.com>
* tests/testfilechooser.c: Oops, remove mtrace() stuff.
Fixes #301068:
* gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add fields

View File

@@ -1,5 +1,7 @@
2005-05-02 Federico Mena Quintero <federico@ximian.com>
* tests/testfilechooser.c: Oops, remove mtrace() stuff.
Fixes #301068:
* gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add fields

View File

@@ -1,6 +1,5 @@
#include <config.h>
#include <mcheck.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -417,8 +416,6 @@ main (int argc, char **argv)
int i;
gboolean multiple = FALSE;
mtrace ();
gtk_init (&argc, &argv);
/* to test rtl layout, set RTL=1 in the environment */