aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/collection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/collection.c')
-rw-r--r--src/plugins/fs/collection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/collection.c b/src/plugins/fs/collection.c
index 6491e279..f7bf5793 100644
--- a/src/plugins/fs/collection.c
+++ b/src/plugins/fs/collection.c
@@ -107,7 +107,7 @@ void createCollection_clicked(GtkWidget * dummy1,
107 metaXML 107 metaXML
108 = glade_xml_new(getGladeFileName(), 108 = glade_xml_new(getGladeFileName(),
109 "createCollectionDialog", 109 "createCollectionDialog",
110 NULL); 110 PACKAGE_NAME);
111 connectGladeWithPlugins(metaXML); 111 connectGladeWithPlugins(metaXML);
112 dialog = glade_xml_get_widget(metaXML, 112 dialog = glade_xml_get_widget(metaXML,
113 "createCollectionDialog"); 113 "createCollectionDialog");