severity 353442 wishlist
thanks

I guess glade does not touch main.c by design according to the FAQ.

So addition of following text to the FAQ and possibly additional warning
comments in the template main.c should help lost souls like me.

Osamu


--- FAQ.orig    2005-03-16 23:40:00.000000000 +0900
+++ FAQ 2006-02-19 08:19:01.000000000 +0900
@@ -311,6 +311,10 @@
 it is up to you to remove the old version and copy any code to the new
 function.
 
+If you rename the top level widget name from, for example, "OldName" to 
+"New Name", then you must manually rename the corresponding function call 
+from "create_OldName" to "create_New_Name" in the main.c.
+
 
 
 4.3 How do I add my own source files to the project?

Reply via email to