Diff of /trunk/src/project.c

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

revision 316 by harbaum, Wed Dec 16 20:07:58 2009 UTC revision 317 by harbaum, Thu Dec 17 16:54:18 2009 UTC
# Line 991  static void on_diff_remove_clicked(GtkBu Line 991  static void on_diff_remove_clicked(GtkBu
991    printf("clicked diff remove\n");    printf("clicked diff remove\n");
992    
993    if(yes_no_f(context->dialog, NULL, 0, 0, _("Discard changes?"),    if(yes_no_f(context->dialog, NULL, 0, 0, _("Discard changes?"),
994                _("Do you really want to discard your changes? This "                _("Do you really want to discard your changes? This will "
995                  "permanently undo all changes you've made so far and which "                  "permanently undo all changes you have made so far and which "
996                  "you didn't upload yet."))) {                  "you did not upload yet."))) {
997      appdata_t *appdata = context->area_edit.appdata;      appdata_t *appdata = context->area_edit.appdata;
998    
999      diff_remove(context->project);      diff_remove(context->project);

Legend:
Removed from v.316  
changed lines
  Added in v.317