/[xlog]/xlog/src/dxcc.c
ViewVC logotype

Diff of /xlog/src/dxcc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by pa4tu, Sat Nov 23 18:30:51 2002 UTC revision 1.16 by pa4tu, Sat Nov 23 18:47:14 2002 UTC
# Line 316  updatedxccframe (gchar * callsign) Line 316  updatedxccframe (gchar * callsign)
316        labeltext3 = g_strdup_printf (_("Timezone: %+1.1f"), (gdouble)dxcc[country].timezone/10);        labeltext3 = g_strdup_printf (_("Timezone: %+1.1f"), (gdouble)dxcc[country].timezone/10);
317        labeltext4 = g_strdup_printf (_("Location: %+1.2f, %+1.2f"),        labeltext4 = g_strdup_printf (_("Location: %+1.2f, %+1.2f"),
318          (gdouble)dxcc[country].latitude/100, (gdouble)dxcc[country].longitude/100);          (gdouble)dxcc[country].latitude/100, (gdouble)dxcc[country].longitude/100);
319  /*      gcresult =        gcresult = g_strdup (gc(preferences.units, state.mylocation,
320          g_strdup (gc                      (gdouble)dxcc[country].latitude/100,
321                    (preferences.units, state.mylocation,                      (gdouble)dxcc[country].longitude/100));
                    g_strconcat (dxccsplit[6], dxccsplit[7], NULL)));*/  
322      }      }
323    else    else
324      {      {
# Line 333  updatedxccframe (gchar * callsign) Line 332  updatedxccframe (gchar * callsign)
332    
333    gtk_label_set_text (GTK_LABEL (dxcclabel3), labeltext3);    gtk_label_set_text (GTK_LABEL (dxcclabel3), labeltext3);
334    gtk_label_set_text (GTK_LABEL (dxcclabel4), labeltext4);    gtk_label_set_text (GTK_LABEL (dxcclabel4), labeltext4);
335  /*  gtk_label_set_text (GTK_LABEL (dxcclabel5), gcresult);*/    gtk_label_set_text (GTK_LABEL (dxcclabel5), gcresult);
336    g_free (labeltext3);    g_free (labeltext3);
337    g_free (labeltext4);    g_free (labeltext4);
338  /*  g_free (gcresult);*/    g_free (gcresult);
339  }  }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26