[Openvas-commits] r5566 - in trunk/openvas-client: . openvas
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Oct 15 20:07:02 CEST 2009
Author: jan
Date: 2009-10-15 20:06:59 +0200 (Thu, 15 Oct 2009)
New Revision: 5566
Modified:
trunk/openvas-client/ChangeLog
trunk/openvas-client/openvas/monitor_dialog.c
Log:
* openvas/monitor_dialog.c: Removed coment about
GTK 2.4 progress widget. Meanwhile the old 2.4 style is gone
already.
Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog 2009-10-15 17:58:35 UTC (rev 5565)
+++ trunk/openvas-client/ChangeLog 2009-10-15 18:06:59 UTC (rev 5566)
@@ -1,5 +1,11 @@
2009-10-15 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+ * openvas/monitor_dialog.c: Removed coment about
+ GTK 2.4 progress widget. Meanwhile the old 2.4 style is gone
+ already.
+
+2009-10-15 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+
* openvas/comm.h, openvas/latex_output.h, openvas/attack.c,
openvas/attack.h, openvas/globals.w32, openvas/html_output.c,
openvas/openvas-client.c, openvas/html_output.h,
Modified: trunk/openvas-client/openvas/monitor_dialog.c
===================================================================
--- trunk/openvas-client/openvas/monitor_dialog.c 2009-10-15 17:58:35 UTC (rev 5565)
+++ trunk/openvas-client/openvas/monitor_dialog.c 2009-10-15 18:06:59 UTC (rev 5566)
@@ -15,19 +15,6 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/*
- * XXX: For GTK > 2.6.0 the monitor dialog uses a modern
- * design based on TreeView. The reason it is not activated for
- * GTK 2.4 is that the progress bar inside TreeViews is only
- * available since 2.6 and progress bars are a essential
- * feature of this dialog.
- *
- * The old style is kept until GTK >= 2.6 can be assumed for
- * any relevant system where OpenVAS-Client might run. Once this
- * is true and the minimum requirement for OpenVAS-Client is GTK
- * >= 2.6, the old style can be removed from the code.
- */
-
#include <includes.h>
#ifdef USE_OMP
More information about the Openvas-commits
mailing list