[Gpredict-svn] SF.net SVN: gpredict:[158] trunk/src/gtk-sat-module.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-10-25 22:22:11
|
Revision: 158
http://gpredict.svn.sourceforge.net/gpredict/?rev=158&view=rev
Author: csete
Date: 2008-10-25 21:44:36 +0000 (Sat, 25 Oct 2008)
Log Message:
-----------
Use real or simulated time for pass predictions.
Modified Paths:
--------------
trunk/src/gtk-sat-module.c
Modified: trunk/src/gtk-sat-module.c
===================================================================
--- trunk/src/gtk-sat-module.c 2008-10-25 21:20:54 UTC (rev 157)
+++ trunk/src/gtk-sat-module.c 2008-10-25 21:44:36 UTC (rev 158)
@@ -506,8 +506,9 @@
module->satellites,
module->qth,
0);
- break;
+ break;
+
default:
sat_log_log (SAT_LOG_LEVEL_BUG,
_("%s:%d: Invalid child type (%d)\nUsing GtkSatList..."),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|