summaryrefslogtreecommitdiff
path: root/src/keyresponses.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyresponses.c')
-rw-r--r--src/keyresponses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyresponses.c b/src/keyresponses.c
index 71aee66b..343cc766 100644
--- a/src/keyresponses.c
+++ b/src/keyresponses.c
@@ -212,7 +212,7 @@ gchar * process_key_event(GdkEventKey * event, gchar* perform_command()) {
GList *g;
GString *continuations = g_string_new("");
for(g=Denemo.continuations;g;g=g->next)
- g_string_append_printf(continuations, "%s%s", ((GString *) g->data)->str, ", or ");
+ g_string_append_printf(continuations, "%s%s", (gchar *) g->data, ", or ");
g_string_printf(prefix_store, "Prefix Key %s, waiting for key %stype Esc to abort", name, continuations->str);
g_string_free(continuations, TRUE);
gtk_statusbar_pop(GTK_STATUSBAR (Denemo.statusbar), Denemo.status_context_id);