diff options
author | Martin Wehner <martin.wehner@gmail.com> | 2006-05-07 10:52:02 +0000 |
---|---|---|
committer | Martin Wehner <mwehner@src.gnome.org> | 2006-05-07 10:52:02 +0000 |
commit | c535beb34264abeb3cd76194ba84863ca15c2422 (patch) | |
tree | 30c6274740115d98555745d9f1fc1ab11ee589fe /src | |
parent | b88f520eb2fb208851fa2b6b039b7b79208e4ba0 (diff) | |
download | nautilus-c535beb34264abeb3cd76194ba84863ca15c2422.tar.gz |
Fix typo in function name: s/availible/available/ (#326053)
2006-05-07 Martin Wehner <martin.wehner@gmail.com>
* src/nautilus-query-editor.c: (type_combo_changed):
Fix typo in function name: s/availible/available/ (#326053)
* configure.in:
Require eel 2.15.1
Diffstat (limited to 'src')
-rw-r--r-- | src/nautilus-query-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c index 0ef280e79..70489261a 100644 --- a/src/nautilus-query-editor.c +++ b/src/nautilus-query-editor.c @@ -528,7 +528,7 @@ type_combo_changed (GtkComboBox *combo_box, NautilusQueryEditorRow *row) GtkWidget *toplevel; GtkTreeSelection *selection; - mime_infos = eel_mime_get_availible_mime_types (); + mime_infos = eel_mime_get_available_mime_types (); store = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_STRING); for (l = mime_infos; l != NULL; l = l->next) { |