summaryrefslogtreecommitdiff
path: root/src/core/keybindings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/keybindings.c')
-rw-r--r--src/core/keybindings.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/keybindings.c b/src/core/keybindings.c
index 388c723f..4dff55a0 100644
--- a/src/core/keybindings.c
+++ b/src/core/keybindings.c
@@ -3591,7 +3591,8 @@ handle_rename_workspace(MetaDisplay *display,
XEvent *event,
MetaKeyBinding *binding)
{
- gchar *window_title, *window_content, *entry_text;
+ gchar *window_title, *window_content;
+ const char *entry_text;
GPid dialog_pid;
meta_topic (META_DEBUG_KEYBINDINGS, "handle_rename_workspace: called.\n");