Diff of /trunk/src/geotext.c

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

revision 133 by harbaum, Mon Oct 12 20:27:55 2009 UTC revision 212 by harbaum, Wed Nov 25 13:52:17 2009 UTC
# Line 250  void geotext_dialog(appdata_t *appdata) Line 250  void geotext_dialog(appdata_t *appdata)
250                       (GtkSignalFunc)on_left_shift_clicked, &context);                       (GtkSignalFunc)on_left_shift_clicked, &context);
251    gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);    gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
252    
253    context.entry = gtk_entry_new();    context.entry = entry_new();
254    char str[32];    char str[32];
255    snprintf(str, sizeof(str), "%d", appdata->geotext_shift);    snprintf(str, sizeof(str), "%d", appdata->geotext_shift);
256    gtk_entry_set_text(GTK_ENTRY(context.entry), str);    gtk_entry_set_text(GTK_ENTRY(context.entry), str);

Legend:
Removed from v.133  
changed lines
  Added in v.212