[Gpredict-svn] SF.net SVN: gpredict:[302] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2009-05-13 19:04:44
|
Revision: 302
http://gpredict.svn.sourceforge.net/gpredict/?rev=302&view=rev
Author: csete
Date: 2009-05-13 19:04:31 +0000 (Wed, 13 May 2009)
Log Message:
-----------
Fixed a bug that caused the rig type to switch from DUPLEX to RX within the first cycle.
Modified Paths:
--------------
trunk/ChangeLog
trunk/NEWS
trunk/src/gtk-rig-ctrl.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-05-11 13:04:14 UTC (rev 301)
+++ trunk/ChangeLog 2009-05-13 19:04:31 UTC (rev 302)
@@ -1,3 +1,9 @@
+2009-05-13 Alexadnru Csete <oz...@gm...>
+
+ * src/gtk-rig-ctrl.c:
+ Fixed bug that caused rig type to switch from DUPLEX -> RX after first cycle.
+
+
2009-05-10 Alexandru Csete <oz...@gm...>
* src/sat-pref-rig-data.h:
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2009-05-11 13:04:14 UTC (rev 301)
+++ trunk/NEWS 2009-05-13 19:04:31 UTC (rev 302)
@@ -4,6 +4,11 @@
* Windows: New installer instead of ZIP distribution.
* Mac OS X package.
+Changes in version 1.0 beta 4 (13 May 2009)
+
+- Fixed a bug that cause rig type to switch from DUPLEX -> RX
+ (Thanks Thomas DL1JBE=.
+
Changes in version 1.0 beta 3 (10 May 2009)
- Feature request 2691964: Full-duplex controller.
Modified: trunk/src/gtk-rig-ctrl.c
===================================================================
--- trunk/src/gtk-rig-ctrl.c 2009-05-11 13:04:14 UTC (rev 301)
+++ trunk/src/gtk-rig-ctrl.c 2009-05-13 19:04:31 UTC (rev 302)
@@ -1194,6 +1194,7 @@
ctrl->lasttxf = gtk_freq_knob_get_value (GTK_FREQ_KNOB(ctrl->RigFreqUp));
set_vfo (ctrl, ctrl->conf->vfoUp);
set_freq_simplex (ctrl, ctrl->conf, ctrl->lasttxf);
+ break;
default:
/* this is an error! */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|