]> Dogcows Code - chaz/openbox/commitdiff
copy paste error, spotted by tilman ftw
authorMikael Magnusson <mikachu@comhem.se>
Wed, 28 Mar 2007 18:15:36 +0000 (18:15 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Wed, 28 Mar 2007 18:15:36 +0000 (18:15 +0000)
render/theme.c

index 695b7e07f6604a1cbcb23a52e5937f848885c52c..cf4839776cc19af9a663a64212514713413b6aad 100644 (file)
@@ -413,10 +413,10 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
         theme->max_pressed_mask = RrPixmapMaskCopy(theme->max_mask);
         theme->max_disabled_mask = RrPixmapMaskCopy(theme->max_mask);
         theme->max_hover_mask = RrPixmapMaskCopy(theme->max_mask);
-        theme->desk_toggled_pressed_mask =
-            RrPixmapMaskCopy(theme->desk_toggled_mask);
-        theme->desk_toggled_hover_mask =
-            RrPixmapMaskCopy(theme->desk_toggled_mask);
+        theme->max_toggled_pressed_mask =
+            RrPixmapMaskCopy(theme->max_toggled_mask);
+        theme->max_toggled_hover_mask =
+            RrPixmapMaskCopy(theme->max_toggled_mask);
     }
 
     if (read_mask(&ps, "iconify.xbm", &theme->iconify_mask)) {
This page took 0.02403 seconds and 4 git commands to generate.