Emit ::finished-loading.
2004-09-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_list_children): Emit ::finished-loading.
This commit is contained in:

committed by
Matthias Clasen

parent
7e89cfb30b
commit
e8522b9c47
@ -1804,6 +1804,8 @@ gtk_file_folder_unix_list_children (GtkFileFolder *folder,
|
||||
l->data = filename_to_path (fullname);
|
||||
g_free (fullname);
|
||||
}
|
||||
g_signal_emit_by_name (folder_unix, "finished-loading");
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user