Diff of /trunk/src/settings.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 258  static void on_location_edit(GtkWidget * Line 258  static void on_location_edit(GtkWidget *
258    
259    mm_context.import_button = gtk_button_new();    mm_context.import_button = gtk_button_new();
260    gtk_button_set_image(GTK_BUTTON(mm_context.import_button),    gtk_button_set_image(GTK_BUTTON(mm_context.import_button),
261                         icon_get_widget(ICON_MISC, 5));                         icon_get_widget(ICON_MISC, 3));
262    gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->action_area),    gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->action_area),
263                      mm_context.import_button);                      mm_context.import_button);
264    gtk_signal_connect(GTK_OBJECT(mm_context.import_button), "clicked",    gtk_signal_connect(GTK_OBJECT(mm_context.import_button), "clicked",

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