summaryrefslogtreecommitdiff
path: root/snd-gchn.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>2018-08-13 14:44:04 +0200
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>2018-08-13 14:44:04 +0200
commit628183c9104855b8f7011b471f9411e9770a5431 (patch)
treeb1a62e3d1758cdddbf1fe30fe61d40125330f8c1 /snd-gchn.c
parentc3f454ef9cdb01a2103c773d2e7e40e52d77047a (diff)
New upstream version 18.6
Diffstat (limited to 'snd-gchn.c')
-rw-r--r--snd-gchn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/snd-gchn.c b/snd-gchn.c
index bd82f1d..be4626d 100644
--- a/snd-gchn.c
+++ b/snd-gchn.c
@@ -549,7 +549,7 @@ static void remake_edit_history(chan_info *cp)
lst = EDIT_HISTORY_LIST(cp);
if (!lst) return;
- /* if you try to update something in a closed pane, goddamn gtk grinds to a halt */
+ /* if you try to update something in a closed pane, gtk grinds to a halt */
if (gtk_paned_get_position(GTK_PANED(cp->widgets[W_main_window])) < 10) return;
slist_clear(lst);
@@ -1540,8 +1540,8 @@ leaves the drawing area (graph pane) of the given channel."
mouse_leave_graph_hook = Xen_define_hook(S_mouse_leave_graph_hook, "(make-hook 'snd 'chn)", 2, H_mouse_leave_graph_hook);
#if HAVE_SCHEME
- s7_symbol_set_setter(s7, ss->graph_cursor_symbol, s7_make_function(s7, "[acc-" S_graph_cursor "]", acc_graph_cursor, 2, 0, false, "accessor"));
- s7_symbol_set_documentation(s7, ss->graph_cursor_symbol, "*graph-cursor*: current graph cursor shape");
+ s7_set_setter(s7, ss->graph_cursor_symbol, s7_make_function(s7, "[acc-" S_graph_cursor "]", acc_graph_cursor, 2, 0, false, "accessor"));
+ s7_set_documentation(s7, ss->graph_cursor_symbol, "*graph-cursor*: current graph cursor shape");
#endif
}