[Gpredict-svn] SF.net SVN: gpredict:[63] trunk/src/sat-pref-rot-editor.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-08-22 09:35:12
|
Revision: 63
http://gpredict.svn.sourceforge.net/gpredict/?rev=63&view=rev
Author: csete
Date: 2008-08-22 09:35:18 +0000 (Fri, 22 Aug 2008)
Log Message:
-----------
Minor fixes.
Modified Paths:
--------------
trunk/src/sat-pref-rot-editor.c
Modified: trunk/src/sat-pref-rot-editor.c
===================================================================
--- trunk/src/sat-pref-rot-editor.c 2008-08-22 09:34:58 UTC (rev 62)
+++ trunk/src/sat-pref-rot-editor.c 2008-08-22 09:35:18 UTC (rev 63)
@@ -229,8 +229,9 @@
/* configuration name */
gtk_entry_set_text (GTK_ENTRY (name), conf->name);
- /* model */
-/* select_rot (conf->id);*/
+ /* host */
+ if (conf->host)
+ gtk_entry_set_text (GTK_ENTRY (host), conf->host);
/* az and el limits */
gtk_spin_button_set_value (GTK_SPIN_BUTTON (minaz), conf->minaz);
@@ -252,6 +253,7 @@
clear_widgets ()
{
gtk_entry_set_text (GTK_ENTRY (name), "");
+ gtk_entry_set_text (GTK_ENTRY (host), "");
gtk_spin_button_set_value (GTK_SPIN_BUTTON (minaz), 0);
gtk_spin_button_set_value (GTK_SPIN_BUTTON (maxaz), 360);
gtk_spin_button_set_value (GTK_SPIN_BUTTON (minel), 0);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|