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:
committed by
Federico Mena Quintero
parent
cbb7d359d0
commit
a3080cedb3
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user