Diff of /trunk/src/main.c

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

revision 188 by harbaum, Mon Nov 9 10:49:51 2009 UTC revision 189 by harbaum, Tue Nov 17 09:07:17 2009 UTC
# Line 689  static void gpxlist_set(GtkListStore *st Line 689  static void gpxlist_set(GtkListStore *st
689                       GPXLIST_COL_OPEN, !gpx->closed,                       GPXLIST_COL_OPEN, !gpx->closed,
690                       GPXLIST_COL_CACHES, gpx->closed?NULL:cnum,                       GPXLIST_COL_CACHES, gpx->closed?NULL:cnum,
691  #ifdef USE_PANNABLE_AREA  #ifdef USE_PANNABLE_AREA
692                       GPXLIST_COL_DELETE, icon_get(ICON_MISC, 7),                       GPXLIST_COL_DELETE, icon_get(ICON_MISC, 4),
693  #endif  #endif
694                       GPXLIST_COL_DATA, gpx,                       GPXLIST_COL_DATA, gpx,
695                       -1);                       -1);
# Line 1151  cb_menu_about(GtkWidget *window, gpointe Line 1151  cb_menu_about(GtkWidget *window, gpointe
1151    
1152    GtkWidget *button = gtk_button_new();    GtkWidget *button = gtk_button_new();
1153    gtk_button_set_image(GTK_BUTTON(button),    gtk_button_set_image(GTK_BUTTON(button),
1154                         icon_get_widget(ICON_MISC, 8));                         icon_get_widget(ICON_MISC, 5));
1155    gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE);    gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE);
1156    g_signal_connect(button, "clicked",    g_signal_connect(button, "clicked",
1157                     G_CALLBACK(on_paypal_button_clicked), &context);                     G_CALLBACK(on_paypal_button_clicked), &context);

Legend:
Removed from v.188  
changed lines
  Added in v.189