aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-08 04:43:55 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-08 04:43:55 +0000
commite29cf64d97edcb986565389d05470c850fd42647 (patch)
tree2cf45f006c9e9381172a78b2a599b50b94731435 /pbx
parente9a2ce54da663e5abbbbb4d42683f26b3bdf1814 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@245384 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_gtkconsole.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/pbx/pbx_gtkconsole.c b/pbx/pbx_gtkconsole.c
index b7846d3ba..517563a89 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