summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk_colormap.c
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/gtk_colormap.c')
-rw-r--r--Smoke/gtk_colormap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/gtk_colormap.c b/Smoke/gtk_colormap.c
index 6a055eb..56ec810 100644
--- a/Smoke/gtk_colormap.c
+++ b/Smoke/gtk_colormap.c
@@ -39,13 +39,13 @@ static gboolean set_clamping(GtkToggleButton *button, gpointer data) {
}
static gboolean reset_scaling(GtkWidget *button, gpointer data) {
- renderer_reset_scaling();
+ colormap_reset_scaling();
return TRUE;
}
static gboolean reset_clamping(GtkWidget *button, gpointer data) {
- renderer_reset_clamping();
+ colormap_reset_clamping();
return TRUE;
}