*** empty log message ***
authorroot <root>
Sun, 19 Feb 2006 16:55:03 +0000 (16:55 +0000)
committerroot <root>
Sun, 19 Feb 2006 16:55:03 +0000 (16:55 +0000)
Changes
src/rxvttoolkit.C

diff --git a/Changes b/Changes
index a6f518052ee19d700d7bbacb4d48086599c5a306..1b0e624d2ac2dd849754c24c90c099ceb010ec62 100644 (file)
--- a/Changes
+++ b/Changes
@@ -34,7 +34,9 @@ DUMB: support tex fonts
           selecting newly scrolled-in lines would exhibit wrong colours.
         - fix a race resulting in a crash on exiting.
         - fix a with --disable-xft that caused xfreecolors to be called on
-          colors never allocated, resulting in program aborts.
+          colors never allocated, resulting in aborts (reported by Paco-Paco).
+        - resources on non-initial screens weren't refetched correctly
+          (reported by Paco-Paco).
         - fix a bug in xcopyarea pass and _disable_ it, as it seems not to be
           working in either rxvt-unicode nor in the original rxvt.
 
index 54c97194e8399501c3ffa9336a4f8ad1befd04ce..8817eef384ed6a128da9e0c26b767ce8ba0ed2f5 100644 (file)
@@ -347,7 +347,7 @@ rxvt_display::get_resources (bool refresh)
         XFree (dpy->xdefaults);
 #endif
 
-      if (XGetWindowProperty (dpy, RootWindow(dpy, 0), XA_RESOURCE_MANAGER,
+      if (XGetWindowProperty (dpy, RootWindow (dpy, 0), XA_RESOURCE_MANAGER,
                               0L, 100000000L, False,
                               XA_STRING, &actual_type, &actual_format,
                               &nitems, &nremaining,