[gnome-builder/wip/gtk4-port: 482/736] libide/editor: always show workdir in secondary workspace
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 482/736] libide/editor: always show workdir in secondary workspace
- Date: Tue, 26 Apr 2022 01:46:28 +0000 (UTC)
commit 2a9f7145889c9649d66c5216613f0e1bc6671496
Author: Christian Hergert <chergert redhat com>
Date: Wed Apr 6 22:40:46 2022 -0700
libide/editor: always show workdir in secondary workspace
src/libide/editor/ide-editor-workspace.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/src/libide/editor/ide-editor-workspace.c b/src/libide/editor/ide-editor-workspace.c
index 97281cd90..59d790c38 100644
--- a/src/libide/editor/ide-editor-workspace.c
+++ b/src/libide/editor/ide-editor-workspace.c
@@ -97,11 +97,10 @@ ide_editor_workspace_context_set (IdeWorkspace *workspace,
g_object_bind_property (project_info, "name",
self->project_title, "title",
G_BINDING_SYNC_CREATE);
- else
- g_object_bind_property_full (context, "workdir",
- self->project_title, "subtitle",
- G_BINDING_SYNC_CREATE,
- file_to_short_path, NULL, NULL, NULL);
+ g_object_bind_property_full (context, "workdir",
+ self->project_title, "subtitle",
+ G_BINDING_SYNC_CREATE,
+ file_to_short_path, NULL, NULL, NULL);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]