forked from AuroraMiddleware/gtk
Initialize error to NULL.
002-04-09 Anders Carlsson <andersca@gnu.org> * gtk/gtkfilesel.c (open_new_dir): Initialize error to NULL.
This commit is contained in:
parent
3bd5fc010a
commit
2e85b314e2
@ -1,3 +1,7 @@
|
|||||||
|
2002-04-09 Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
|
* gtk/gtkfilesel.c (open_new_dir): Initialize error to NULL.
|
||||||
|
|
||||||
2002-04-08 Manish Singh <yosh@gimp.org>
|
2002-04-08 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* tests/testgtk.c: really revert testgtk.c
|
* tests/testgtk.c: really revert testgtk.c
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-04-09 Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
|
* gtk/gtkfilesel.c (open_new_dir): Initialize error to NULL.
|
||||||
|
|
||||||
2002-04-08 Manish Singh <yosh@gimp.org>
|
2002-04-08 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* tests/testgtk.c: really revert testgtk.c
|
* tests/testgtk.c: really revert testgtk.c
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-04-09 Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
|
* gtk/gtkfilesel.c (open_new_dir): Initialize error to NULL.
|
||||||
|
|
||||||
2002-04-08 Manish Singh <yosh@gimp.org>
|
2002-04-08 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* tests/testgtk.c: really revert testgtk.c
|
* tests/testgtk.c: really revert testgtk.c
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-04-09 Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
|
* gtk/gtkfilesel.c (open_new_dir): Initialize error to NULL.
|
||||||
|
|
||||||
2002-04-08 Manish Singh <yosh@gimp.org>
|
2002-04-08 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* tests/testgtk.c: really revert testgtk.c
|
* tests/testgtk.c: really revert testgtk.c
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-04-09 Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
|
* gtk/gtkfilesel.c (open_new_dir): Initialize error to NULL.
|
||||||
|
|
||||||
2002-04-08 Manish Singh <yosh@gimp.org>
|
2002-04-08 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* tests/testgtk.c: really revert testgtk.c
|
* tests/testgtk.c: really revert testgtk.c
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-04-09 Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
|
* gtk/gtkfilesel.c (open_new_dir): Initialize error to NULL.
|
||||||
|
|
||||||
2002-04-08 Manish Singh <yosh@gimp.org>
|
2002-04-08 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* tests/testgtk.c: really revert testgtk.c
|
* tests/testgtk.c: really revert testgtk.c
|
||||||
|
@ -2924,7 +2924,7 @@ open_new_dir (gchar *dir_name,
|
|||||||
CompletionDirSent *sent;
|
CompletionDirSent *sent;
|
||||||
GDir *directory;
|
GDir *directory;
|
||||||
const char *dirent;
|
const char *dirent;
|
||||||
GError *error;
|
GError *error = NULL;
|
||||||
gint entry_count = 0;
|
gint entry_count = 0;
|
||||||
gint n_entries = 0;
|
gint n_entries = 0;
|
||||||
gint i;
|
gint i;
|
||||||
|
Loading…
Reference in New Issue
Block a user