[Openvas-commits] r9269 - in trunk/gsd: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Oct 25 17:05:09 CEST 2010


Author: raimund
Date: 2010-10-25 17:05:08 +0200 (Mon, 25 Oct 2010)
New Revision: 9269

Modified:
   trunk/gsd/ChangeLog
   trunk/gsd/src/gsd_control.cpp
Log:
* src/gsd_control.cpp (notifyTasks): Update Task widget, but do not set
focus.



Modified: trunk/gsd/ChangeLog
===================================================================
--- trunk/gsd/ChangeLog	2010-10-25 15:00:47 UTC (rev 9268)
+++ trunk/gsd/ChangeLog	2010-10-25 15:05:08 UTC (rev 9269)
@@ -1,5 +1,10 @@
 2010-10-25  Raimund Renkert <raimund.renkert at greenbone.net>
 
+	* src/gsd_control.cpp (notifyTasks): Update Task widget, but do not set
+	focus.
+
+2010-10-25  Raimund Renkert <raimund.renkert at greenbone.net>
+
 	* src/gsd_dialogs.cpp (dlg_new_schedule::create): Add correct attributes to
 	parameter list.
 

Modified: trunk/gsd/src/gsd_control.cpp
===================================================================
--- trunk/gsd/src/gsd_control.cpp	2010-10-25 15:00:47 UTC (rev 9268)
+++ trunk/gsd/src/gsd_control.cpp	2010-10-25 15:05:08 UTC (rev 9269)
@@ -2051,7 +2051,7 @@
 void
 gsd_control::notifyTasks ()
 {
-  mainwindow->focus_tasks (true);
+  mainwindow->focus_tasks (false);
 }
 
 



More information about the Openvas-commits mailing list