2005-08-18 [martin] 1.9.13cvs36
[claws.git] / src / compose.c
index 7cfcddac29ca34ab72cd7ed5797fd6721eb0ce25..be05d87f9493ca3d00c37ef4201ae6a5d05642a5 100644 (file)
@@ -4992,7 +4992,7 @@ static Compose *compose_create(PrefsAccount *account, ComposeMode mode)
        }
 
        color[0] = quote_color;
-       cmap = gdk_window_get_colormap(window->window);
+       cmap = gdk_drawable_get_colormap(window->window);
        gdk_colormap_alloc_colors(cmap, color, 1, FALSE, TRUE, success);
        if (success[0] == FALSE) {
                GtkStyle *style;