[gnome-builder] unsaved-files: use project id rather than name (which can have spaces)
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] unsaved-files: use project id rather than name (which can have spaces)
- Date: Wed, 13 May 2015 01:19:29 +0000 (UTC)
commit 90f6f1860239a123bd63702d51006e7bdfc24c82
Author: Christian Hergert <christian hergert me>
Date: Tue May 12 18:18:57 2015 -0700
unsaved-files: use project id rather than name (which can have spaces)
libide/ide-unsaved-files.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/ide-unsaved-files.c b/libide/ide-unsaved-files.c
index 03082fb..c828fba 100644
--- a/libide/ide-unsaved-files.c
+++ b/libide/ide-unsaved-files.c
@@ -61,7 +61,7 @@ get_drafts_directory (IdeContext *context)
const gchar *project_name;
project = ide_context_get_project (context);
- project_name = ide_project_get_name (project);
+ project_name = ide_project_get_id (project);
return g_build_filename (g_get_user_data_dir (),
ide_get_program_name (),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]