[gtk+/wip/alexl/file-chooser-portal] Fix the build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/alexl/file-chooser-portal] Fix the build
- Date: Sat, 11 Jun 2016 14:15:52 +0000 (UTC)
commit 10c3e4af914b1cb74413e184548982efb078f703
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jun 11 10:07:53 2016 -0400
Fix the build
gtk/gtkfilechoosernativeportal.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfilechoosernativeportal.c b/gtk/gtkfilechoosernativeportal.c
index 2dc10eb..fd53b13 100644
--- a/gtk/gtkfilechoosernativeportal.c
+++ b/gtk/gtkfilechoosernativeportal.c
@@ -356,7 +356,7 @@ gtk_file_chooser_native_portal_show (GtkFileChooserNative *self)
path = g_file_get_path (GTK_FILE_CHOOSER_NATIVE (self)->current_folder);
g_variant_builder_add (&opt_builder, "{sv}", "current_folder",
g_variant_new_bytestring (path));
- g_free (path;
+ g_free (path);
}
if (GTK_FILE_CHOOSER_NATIVE (self)->current_file)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]