Do not use uninitialized value

master
Yevgen Muntyan 2008-01-13 03:04:59 -06:00
parent 2504d08257
commit 1bb8d3bec5
1 changed files with 1 additions and 1 deletions

View File

@ -1692,7 +1692,7 @@ drag_dest_drag_data_received (GtkTreeDragDest *drag_dest,
else if (selection_data->target == atom_uri_list)
{
char **uris;
gboolean retval;
gboolean retval = FALSE;
if (!(uris = gtk_selection_data_get_uris (selection_data)))
return FALSE;