[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-25-g51a19f3)
The branch, master has been updated
via 51a19f38bdff7c3fa3f5656a0e9347b303a2c215 (commit)
from eed07fa8c85fbeda15e974f186a69f546506fb12 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gschem/src/x_dialog.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
=================
Commit Messages
=================
commit 51a19f38bdff7c3fa3f5656a0e9347b303a2c215
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date: Mon Dec 22 21:57:39 2008 +0000
gschem: Add undo point when editing fill and line styles
:100644 100644 0848650... da24f6f... M gschem/src/x_dialog.c
=========
Changes
=========
commit 51a19f38bdff7c3fa3f5656a0e9347b303a2c215
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date: Mon Dec 22 21:57:39 2008 +0000
gschem: Add undo point when editing fill and line styles
diff --git a/gschem/src/x_dialog.c b/gschem/src/x_dialog.c
index 0848650..da24f6f 100644
--- a/gschem/src/x_dialog.c
+++ b/gschem/src/x_dialog.c
@@ -801,6 +801,7 @@ static void line_type_dialog_ok(GtkWidget *w, gpointer data)
}
toplevel->page_current->CHANGED = 1;
+ o_undo_savestate(w_current, UNDO_ALL);
}
/*! \brief response function for the line type and width dialog
@@ -1183,6 +1184,7 @@ static void fill_type_dialog_ok(GtkWidget *w, gpointer data)
}
}
toplevel->page_current->CHANGED = 1;
+ o_undo_savestate(w_current, UNDO_ALL);
}
/*! \brief response function for the filltype dialog
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs