Diff of /trunk/src/main.c

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

revision 32 by harbaum, Tue Jul 28 13:21:22 2009 UTC revision 34 by harbaum, Wed Jul 29 19:24:15 2009 UTC
# Line 587  void cachelist_dialog(appdata_t *appdata Line 587  void cachelist_dialog(appdata_t *appdata
587    g_object_set_data(G_OBJECT(window), "cur_view", appdata->cur_view);    g_object_set_data(G_OBJECT(window), "cur_view", appdata->cur_view);
588    
589    appdata->cur_gpx = gpx;    appdata->cur_gpx = gpx;
590    char *title = g_strdup_printf("GPXView - %s", gpx->name);    char *title = g_strdup_printf("%s - GPXView", gpx->name);
591    gtk_window_set_title(GTK_WINDOW(window), title);    gtk_window_set_title(GTK_WINDOW(window), title);
592    g_free(title);    g_free(title);
593    

Legend:
Removed from v.32  
changed lines
  Added in v.34