r5764 - trunk/eda/fped

werner at docs.openmoko.org werner at docs.openmoko.org
Thu Dec 31 16:11:48 CET 2009


Author: werner
Date: 2009-12-31 16:11:47 +0100 (Thu, 31 Dec 2009)
New Revision: 5764

Modified:
   trunk/eda/fped/gui_frame.c
Log:
When deleting the locked frame, icon and internal reference weren't reset.

- gui_frame.c (popup_del_frame): when deleting a frame, notify the frame tool
  so that it can undo any locking



Modified: trunk/eda/fped/gui_frame.c
===================================================================
--- trunk/eda/fped/gui_frame.c	2009-12-31 09:34:17 UTC (rev 5763)
+++ trunk/eda/fped/gui_frame.c	2009-12-31 15:11:47 UTC (rev 5764)
@@ -77,6 +77,7 @@
 	struct frame *frame = popup_data;
 
 	assert(frame != root_frame);
+	tool_frame_deleted(frame);
 	delete_frame(frame);
 	if (active_frame == frame)
 		select_frame(root_frame);




More information about the commitlog mailing list