aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/text/e-text-test.c')
-rw-r--r--widgets/text/e-text-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/text/e-text-test.c b/widgets/text/e-text-test.c
index 01396cbd78..01bcdc641e 100644
--- a/widgets/text/e-text-test.c
+++ b/widgets/text/e-text-test.c
@@ -106,7 +106,7 @@ main (int argc,
g_object_weak_ref (G_OBJECT (window),
quit_cb, NULL);
- gtk_widget_push_colormap (gdk_rgb_get_cmap ());
+ gtk_widget_push_colormap (gdk_rgb_get_colormap ());
canvas = e_canvas_new ();
gtk_widget_pop_colormap ();
scroller = gtk_scrolled_window_new (NULL, NULL);