From: Russell Bryant Date: Mon, 8 Feb 2010 04:43:55 +0000 (+0000) Subject: Add a todo for pbx_gtkconsole for updating to gtk2. X-Git-Tag: 11.0.0-beta1~3470 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77578f5e35ec1fa9bb5a87cce4c6800f9fb5bcb2;p=thirdparty%2Fasterisk.git Add a todo for pbx_gtkconsole for updating to gtk2. This module needs to be converted to gtk2, or we will eventually have to just remove it from the tree. gtk1 isn't even packaged anymore in the distro I'm using. I suspect nobody uses this and that nobody would notice if we removed it. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@245384 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/pbx_gtkconsole.c b/pbx/pbx_gtkconsole.c index b7846d3ba6..517563a895 100644 --- a/pbx/pbx_gtkconsole.c +++ b/pbx/pbx_gtkconsole.c @@ -16,10 +16,11 @@ * at the top of the source tree. */ -/*! \file - * +/*! + * \file * \brief GTK Console monitor -- very kludgy right now - * + * + * \todo Convert this to gtk2. */ /*** MODULEINFO