Sun Sep 7 08:29:38 EDT 2008 A....@ke...
* Fix the names of the color attributes.
hunk ./gtk/Graphics/UI/Gtk/ModelView/CellRendererText.chs.pp 178
-cellTextBackground = writeAttrFromStringProperty "cell-background"
+cellTextBackground = writeAttrFromStringProperty "background"
hunk ./gtk/Graphics/UI/Gtk/ModelView/CellRendererText.chs.pp 183
-cellTextBackgroundColor = newAttrFromBoxedStorableProperty "cell-background-gdk"
+cellTextBackgroundColor = newAttrFromBoxedStorableProperty "background-gdk"
hunk ./gtk/Graphics/UI/Gtk/ModelView/CellRendererText.chs.pp 191
-cellTextBackgroundSet = newAttrFromBoolProperty "cell-background-set"
+cellTextBackgroundSet = newAttrFromBoolProperty "background-set"
hunk ./gtk/Graphics/UI/Gtk/ModelView/CellRendererText.chs.pp 251
-cellTextForeground = writeAttrFromStringProperty "cell-foreground"
+cellTextForeground = writeAttrFromStringProperty "foreground"
hunk ./gtk/Graphics/UI/Gtk/ModelView/CellRendererText.chs.pp 256
-cellTextForegroundColor = newAttrFromBoxedStorableProperty "cell-foreground-gdk"
+cellTextForegroundColor = newAttrFromBoxedStorableProperty "foreground-gdk"
hunk ./gtk/Graphics/UI/Gtk/ModelView/CellRendererText.chs.pp 264
-cellTextForegroundSet = newAttrFromBoolProperty "cell-foreground-set"
+cellTextForegroundSet = newAttrFromBoolProperty "foreground-set"
|