Diff of /trunk/src/net_io.c

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

revision 314 by harbaum, Thu Sep 24 18:47:41 2009 UTC revision 315 by harbaum, Wed Dec 16 20:07:58 2009 UTC
# Line 118  static GtkWidget *busy_dialog(GtkWidget Line 118  static GtkWidget *busy_dialog(GtkWidget
118    
119    gtk_box_pack_start_defaults(GTK_BOX(GTK_DIALOG(dialog)->vbox), *pbar);    gtk_box_pack_start_defaults(GTK_BOX(GTK_DIALOG(dialog)->vbox), *pbar);
120    
121    GtkWidget *button = gtk_button_new_with_label(_("Cancel"));    GtkWidget *button = button_new_with_label(_("Cancel"));
122    gtk_signal_connect(GTK_OBJECT(button), "clicked",    gtk_signal_connect(GTK_OBJECT(button), "clicked",
123                       GTK_SIGNAL_FUNC(on_cancel), (gpointer)cancel_ind);                       GTK_SIGNAL_FUNC(on_cancel), (gpointer)cancel_ind);
124    gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->action_area), button);    gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->action_area), button);

Legend:
Removed from v.314  
changed lines
  Added in v.315