view finch/libgnt/gntrc.sample @ 30378:3057fd96be81

The returned value from SmcVendor() should be free'd with free() not g_free(). I'm 99.999% sure this makes no difference at all, but I noticed it while trying to figure out what is causing/how to fix this bug (anyone else have any ideas?) https://bugzilla.redhat.com/show_bug.cgi?id=550566
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 17 May 2010 00:18:25 +0000
parents 0e3a8505ebbe
children
line wrap: on
line source

[general]
shadow = 0

[colors]
black = 0; 0; 0
red = 1000; 0; 0
green = 0; 1000; 0
blue = 250; 250; 700
white = 1000; 1000; 1000
gray = 700; 700; 700
darkgray = 256; 256; 256

[colorpairs]
normal = black; white
highlight = white; blue
highlightd = black; gray
shadow = black; darkgray
title = white; blue
titled = white; gray
text = white; blue
disabled = gray; white