[Gpredict-svn] SF.net SVN: gpredict:[169] trunk/src
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-10-26 17:27:11
|
Revision: 169
http://gpredict.svn.sourceforge.net/gpredict/?rev=169&view=rev
Author: csete
Date: 2008-10-26 17:27:08 +0000 (Sun, 26 Oct 2008)
Log Message:
-----------
Use new sat-info module.
Modified Paths:
--------------
trunk/src/Makefile.am
trunk/src/gtk-polar-view-popup.c
trunk/src/gtk-sat-list-popup.c
trunk/src/gtk-sat-map-popup.c
trunk/src/gtk-single-sat.c
Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am 2008-10-26 17:26:35 UTC (rev 168)
+++ trunk/src/Makefile.am 2008-10-26 17:27:08 UTC (rev 169)
@@ -72,11 +72,11 @@
radio-conf.c radio-conf.h \
rotor-conf.c rotor-conf.h \
sat-cfg.c sat-cfg.h \
+ sat-info.c sat-info.h \
sat-log.c sat-log.h \
sat-log-browser.c sat-log-browser.h \
sat-monitor.c sat-monitor.h \
sat-pass-dialogs.c sat-pass-dialogs.h \
- sat-popup-menu.c sat-popup-menu.h \
sat-pref.c sat-pref.h \
sat-pref-general.c sat-pref-general.h \
sat-pref-formats.c sat-pref-formats.h \
Modified: trunk/src/gtk-polar-view-popup.c
===================================================================
--- trunk/src/gtk-polar-view-popup.c 2008-10-26 17:26:35 UTC (rev 168)
+++ trunk/src/gtk-polar-view-popup.c 2008-10-26 17:27:08 UTC (rev 169)
@@ -43,7 +43,7 @@
#include "orbit-tools.h"
#include "predict-tools.h"
#include "sat-pass-dialogs.h"
-#include "sat-popup-menu.h"
+#include "sat-info.h"
#include "gtk-polar-view-popup.h"
Modified: trunk/src/gtk-sat-list-popup.c
===================================================================
--- trunk/src/gtk-sat-list-popup.c 2008-10-26 17:26:35 UTC (rev 168)
+++ trunk/src/gtk-sat-list-popup.c 2008-10-26 17:27:08 UTC (rev 169)
@@ -40,7 +40,7 @@
#include "predict-tools.h"
#include "sat-pass-dialogs.h"
#include "gtk-sat-list-popup.h"
-#include "sat-popup-menu.h"
+#include "sat-info.h"
Modified: trunk/src/gtk-sat-map-popup.c
===================================================================
--- trunk/src/gtk-sat-map-popup.c 2008-10-26 17:26:35 UTC (rev 168)
+++ trunk/src/gtk-sat-map-popup.c 2008-10-26 17:27:08 UTC (rev 169)
@@ -41,7 +41,7 @@
#include "orbit-tools.h"
#include "predict-tools.h"
#include "sat-pass-dialogs.h"
-#include "sat-popup-menu.h"
+#include "sat-info.h"
#include "gtk-sat-map-popup.h"
#include "gtk-sat-data.h"
#include "gtk-sat-map-ground-track.h"
Modified: trunk/src/gtk-single-sat.c
===================================================================
--- trunk/src/gtk-single-sat.c 2008-10-26 17:26:35 UTC (rev 168)
+++ trunk/src/gtk-single-sat.c 2008-10-26 17:27:08 UTC (rev 169)
@@ -39,7 +39,7 @@
#include "mod-cfg-get-param.h"
#include "gtk-sat-data.h"
#include "gpredict-utils.h"
-#include "sat-popup-menu.h"
+#include "sat-info.h"
#include "locator.h"
#include "sat-vis.h"
#ifdef HAVE_CONFIG_H
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|