annotate finch/libgnt/gntrc.sample @ 28672:7e2e95508a3a
Do not create a conversation yet.
A plugin can stop a conversation from being created by intercepting the
receiving-*-msg signals. But this code would always open a conversation
if a '/buzz' is received as the first message. So we end up with an empty
conversation window that we didn't create, and it's confusing as poop!
Interestingly, I noticed this because the clang-analyzer cried about it.
So yay clang-analyzer!
author |
Sadrul Habib Chowdhury <imadil@gmail.com> |
date |
Mon, 28 Sep 2009 17:39:33 +0000 |
parents |
0e3a8505ebbe |
children |
|
rev |
line source |
15818
|
1 [general]
|
|
2 shadow = 0
|
|
3
|
|
4 [colors]
|
|
5 black = 0; 0; 0
|
|
6 red = 1000; 0; 0
|
|
7 green = 0; 1000; 0
|
|
8 blue = 250; 250; 700
|
|
9 white = 1000; 1000; 1000
|
|
10 gray = 700; 700; 700
|
|
11 darkgray = 256; 256; 256
|
|
12
|
|
13 [colorpairs]
|
|
14 normal = black; white
|
|
15 highlight = white; blue
|
|
16 highlightd = black; gray
|
|
17 shadow = black; darkgray
|
|
18 title = white; blue
|
|
19 titled = white; gray
|
|
20 text = white; blue
|
|
21 disabled = gray; white
|