Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37823818
en ru br
ALT Linux repos
5.0: 1.0.13-alt0.M50.1
4.1: 1.0.13-alt0.M41.1
4.0: 1.0.7-alt2.M40.1

Group :: Networking/Remote access
RPM: italc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: italc-1.0.9.1.6-ubuntu-forcevisible.patch
Download


 ima/src/classroom_manager.cpp |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/ima/src/classroom_manager.cpp b/ima/src/classroom_manager.cpp
index 7aac601..4ba9d90 100644
--- a/ima/src/classroom_manager.cpp
+++ b/ima/src/classroom_manager.cpp
@@ -728,7 +728,14 @@ void classroomManager::loadTree( classRoom * _parent_item,
 						_parent_item,
 						getMainWindow(),
 						e.attribute( "id" ).toInt() );
-				c->hide();
+				if( _parent_element.attribute("forcevisible") == "yes" )
+				{
+					c->show();
+				}
+				else
+				{
+					c->hide();
+				}
 				++items_at_zero_pos;
 			}
 			else
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin