comparison src/bar_sort.c @ 442:4b2d7f9af171

Big whitespaces cleanup: - drop whitespaces at end of lines - convert eight spaces to tab at start of lines - drop spurious spaces mixed with tabs - remove empty lines at end of files
author zas_
date Sun, 20 Apr 2008 13:04:57 +0000
parents e213fb025621
children ddabc4873a3f
comparison
equal deleted inserted replaced
441:08eb7137cd94 442:4b2d7f9af171
615 G_CALLBACK(bar_sort_undo_cb), sd); 615 G_CALLBACK(bar_sort_undo_cb), sd);
616 616
617 sd->mode = -1; 617 sd->mode = -1;
618 bar_sort_mode_sync(sd, bar_sort_mode_state); 618 bar_sort_mode_sync(sd, bar_sort_mode_state);
619 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), sd->mode); 619 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), sd->mode);
620 620
621 return sd->vbox; 621 return sd->vbox;
622 } 622 }
623 623