aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls_dlg.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-03-03 21:01:41 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-03-03 21:01:41 +0000
commit572534fd0f3c48548f285f4251f23bd78302c6ba (patch)
tree4df140d197c396ebcd60b64fd76aa06289ca422c /gtk/voip_calls_dlg.c
parent130f1d11701ce1ca411ddc867600a7e64a397fd7 (diff)
Remove one too many columns, causing havoc on display and sorting.
svn path=/trunk/; revision=32100
Diffstat (limited to 'gtk/voip_calls_dlg.c')
-rw-r--r--gtk/voip_calls_dlg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/voip_calls_dlg.c b/gtk/voip_calls_dlg.c
index c31da3f099..80902f8f8d 100644
--- a/gtk/voip_calls_dlg.c
+++ b/gtk/voip_calls_dlg.c
@@ -110,7 +110,6 @@ enum
CALL_COL_PACKETS,
CALL_COL_STATE,
CALL_COL_COMMENTS,
- CALL_COL_INFO,
NUM_COLS /* The number of columns */
};
static const GdkColor COLOR_SELECT = {0, 0x00ff, 0x80ff, 0x80ff};