[svn-commits] russell: trunk r245384 - /trunk/pbx/pbx_gtkconsole.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Feb 7 22:43:57 CST 2010


Author: russell
Date: Sun Feb  7 22:43:55 2010
New Revision: 245384

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=245384
Log:
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.

Modified:
    trunk/pbx/pbx_gtkconsole.c

Modified: trunk/pbx/pbx_gtkconsole.c
URL: http://svnview.digium.com/svn/asterisk/trunk/pbx/pbx_gtkconsole.c?view=diff&rev=245384&r1=245383&r2=245384
==============================================================================
--- trunk/pbx/pbx_gtkconsole.c (original)
+++ trunk/pbx/pbx_gtkconsole.c Sun Feb  7 22:43:55 2010
@@ -16,10 +16,11 @@
  * at the top of the source tree.
  */
 
-/*! \file
+/*!
+ * \file
+ * \brief GTK Console monitor -- very kludgy right now
  *
- * \brief GTK Console monitor -- very kludgy right now
- * 
+ * \todo Convert this to gtk2.
  */
 
 /*** MODULEINFO




More information about the svn-commits mailing list