[Gpredict-svn] SF.net SVN: gpredict: [14] trunk/src/sat-pref-rig-editor.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-01-24 18:41:42
|
Revision: 14
http://gpredict.svn.sourceforge.net/gpredict/?rev=14&view=rev
Author: csete
Date: 2008-01-24 10:41:41 -0800 (Thu, 24 Jan 2008)
Log Message:
-----------
Forgot to store configuration name.
Modified Paths:
--------------
trunk/src/sat-pref-rig-editor.c
Modified: trunk/src/sat-pref-rig-editor.c
===================================================================
--- trunk/src/sat-pref-rig-editor.c 2008-01-24 18:31:14 UTC (rev 13)
+++ trunk/src/sat-pref-rig-editor.c 2008-01-24 18:41:41 UTC (rev 14)
@@ -418,6 +418,8 @@
if (conf->name)
g_free (conf->name);
+ conf->name = g_strdup (gtk_entry_get_text (GTK_ENTRY (name)));
+
/* model */
if (conf->model)
g_free (conf->model);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|