diff options
author | Christian Grothoff <christian@grothoff.org> | 2005-08-20 08:07:41 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2005-08-20 08:07:41 +0000 |
commit | d538cd3bede924fcb0c576f00a5ae576174064c5 (patch) | |
tree | 2382d0aeb80f2b1edf112495f831eb9e629ad8fe | |
parent | 7f8da2ad0d2a64daa83436a0f2aacdc228ba7f8b (diff) | |
download | gnunet-gtk-d538cd3bede924fcb0c576f00a5ae576174064c5.tar.gz gnunet-gtk-d538cd3bede924fcb0c576f00a5ae576174064c5.zip |
fix
-rw-r--r-- | src/plugins/fs/collection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/collection.c b/src/plugins/fs/collection.c index 99642de7..93c0d74c 100644 --- a/src/plugins/fs/collection.c +++ b/src/plugins/fs/collection.c | |||
@@ -67,7 +67,7 @@ void createCollection_clicked(GtkWidget * dummy1, | |||
67 | NULL, | 67 | NULL, |
68 | NULL); | 68 | NULL); |
69 | createMetaTypeComboBox(metaXML, | 69 | createMetaTypeComboBox(metaXML, |
70 | "collectionMetaTypeComboBox"); | 70 | "collectionMetaDataTypeComboBox"); |
71 | gtk_dialog_set_default_response(GTK_DIALOG(dialog), | 71 | gtk_dialog_set_default_response(GTK_DIALOG(dialog), |
72 | GTK_RESPONSE_OK); | 72 | GTK_RESPONSE_OK); |
73 | if (gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_OK) { | 73 | if (gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_OK) { |