mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 20:30:15 +00:00
Initialize result to FALSE. (#133539, Morten Welinder)
Thu Feb 5 22:05:52 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result to FALSE. (#133539, Morten Welinder)
This commit is contained in:
parent
593806e0de
commit
4b50166b82
@ -1,3 +1,8 @@
|
||||
Thu Feb 5 22:05:52 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
|
||||
to FALSE. (#133539, Morten Welinder)
|
||||
|
||||
Thu Feb 5 21:36:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 5 22:05:52 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
|
||||
to FALSE. (#133539, Morten Welinder)
|
||||
|
||||
Thu Feb 5 21:36:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 5 22:05:52 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
|
||||
to FALSE. (#133539, Morten Welinder)
|
||||
|
||||
Thu Feb 5 21:36:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 5 22:05:52 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
|
||||
to FALSE. (#133539, Morten Welinder)
|
||||
|
||||
Thu Feb 5 21:36:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Feb 5 22:05:52 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
|
||||
to FALSE. (#133539, Morten Welinder)
|
||||
|
||||
Thu Feb 5 21:36:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
|
||||
|
@ -905,7 +905,7 @@ bookmark_list_read (GSList **bookmarks, GError **error)
|
||||
{
|
||||
gchar *filename;
|
||||
gchar *contents;
|
||||
gboolean result;
|
||||
gboolean result = FALSE;
|
||||
|
||||
filename = bookmark_get_filename (FALSE);
|
||||
*bookmarks = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user