Diff of /trunk/src/precpos.c

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

revision 121 by harbaum, Sat Jun 20 11:44:14 2009 UTC revision 122 by harbaum, Mon Sep 21 13:15:25 2009 UTC
# Line 319  static gboolean update(gpointer data) { Line 319  static gboolean update(gpointer data) {
319    return TRUE;   // fire again    return TRUE;   // fire again
320  }  }
321    
322  #ifdef USE_MAEMO  #ifdef ENABLE_MAEMO_MAPPER
323  static void on_mm_export_clicked(GtkButton *button, gpointer data) {  static void on_mm_export_clicked(GtkButton *button, gpointer data) {
324    pp_context_t *context = (pp_context_t*)data;    pp_context_t *context = (pp_context_t*)data;
325    
# Line 414  void precise_position(appdata_t *appdata Line 414  void precise_position(appdata_t *appdata
414    
415    context->handler_id = gtk_timeout_add(1000, update, context);    context->handler_id = gtk_timeout_add(1000, update, context);
416    
417  #ifdef USE_MAEMO  #ifdef ENABLE_MAEMO_MAPPER
418    /* ------------- maemo mapper button ---------------- */    /* ------------- maemo mapper button ---------------- */
419    GtkWidget *button = gtk_button_new();    GtkWidget *button = gtk_button_new();
420    gtk_button_set_image(GTK_BUTTON(button), icon_get_widget(ICON_MISC, 0));    gtk_button_set_image(GTK_BUTTON(button), icon_get_widget(ICON_MISC, 0));

Legend:
Removed from v.121  
changed lines
  Added in v.122