diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/keybindings.c | 3 | 
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"); | 
