]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
Pass TRUE instead of FALSE to do what the comment says.
[chaz/openbox] / openbox / client.c
index 26b8dc699974de93cc19bfa351a423fc44800226..4d63f058ff5b551f92566c645982669473c44f98 100644 (file)
@@ -1607,7 +1607,7 @@ void client_update_colormap(ObClient *self, Colormap colormap)
     if (client_focused(self)) {
         screen_install_colormap(self, FALSE); /* uninstall old one */
         self->colormap = colormap;
-        screen_install_colormap(self, FALSE); /* install new one */
+        screen_install_colormap(self, TRUE); /* install new one */
     } else
         self->colormap = colormap;
 }
This page took 0.022471 seconds and 4 git commands to generate.