Yesterday i tried the new CVS-Version from dia, where my latest patches were applied.
I recognized that i had forgotten to send in the patch for load_save.c, which
updates the statusbar after saving to indicate the the Diagram is not modified. I have
attached the "lost patch" to this mail.
Matthias
--
Adresse : Matthias K�ster, Alexanderstr.388, 26127 Oldenburg
Tel. : 0441/6835359
eMail : [EMAIL PROTECTED]
Index: dia/app/load_save.c
===================================================================
RCS file: /cvs/gnome/dia/app/load_save.c,v
retrieving revision 1.12
diff -u -r1.12 load_save.c
@@ -418,7 +418,7 @@
return FALSE;
dia->unsaved = FALSE;
- dia->modified = FALSE;
+ diagram_set_modified (dia, FALSE);
return TRUE;
}